package Flash::Tags::FrameLabel; use Class::Struct; struct ( label => '$', depth => '$', move => '$', tag => '$' ); 1;