This is the template that I use for class paper a generic project Flash CS3:
Actionscript: package (
/ *
** @ Name: MioDocumento.as
** @ Description: [description]
** @ Author: undo = =
** @ Web: http://www.undolog.com
** @ Email: @ g.fazioli undolog.com - g (dot) Fazioli (at) undolog (dot) com
** @ Ver: 1.0
* /
.*; import flash. display .*;
.*; import flash. .* events;
MioDocumento extends MovieClip { public class MioDocumento extends MovieClip (
/ *
** @ Var private
* /
MainFive ( ) : void { public function MainFive (): void (
, init ) ; addEventListener (Event. ADDED_TO_STAGE, init);
)
/ *
** @ Name: init ()
** @ Description: trigged when added to stage
* /
e :Event ) : void { protected function init (e: Event): void (
/ / Todo
)
) / / Constructor
) / / Package
Related Post