package Flash::Tags::DefineShape; use Class::Struct; use Flash::Types::Rect; use Flash::Types::ShapeStyle; struct ( with_alpha => '$', shapeid => '$', bounds => Flash::Types::Rect, style => Flash::Types::ShapeStyle, records => '@' # of Flash::Type::ShapeRecord ); 1;