Flash CS3: template for the document class

Friday, May 2, 2008

This is the template I use for the document class of a generic project Flash CS3:

ActionScript
  1. package (
  2. / *
  3. ** @ Name: MioDocumento.as
  4. ** @ Description: [description]
  5. ** @ Author: = undo =
  6. ** @ Web: http://www.undolog.com
  7. ** @ Email: @ g.fazioli undolog.com - g (dot) Fazioli (at) undolog (dot) com
  8. ** @ Ver: 1.0
  9. * /
  10. .*; import flash.display .*;
  11. .*; import flash.events .*;
  12. MioDocumento extends MovieClip { public class MioDocumento extends MovieClip (
  13. / *
  14. ** @ Private var
  15. * /
  16. MainFive ( ) : void { public function MainFive (): void (
  17. Event . ADDED_TO_STAGE , init ) ; addEventListener (Event. ADDED_TO_STAGE, init);
  18. )
  19. / *
  20. ** @ Name: init ()
  21. ** @ Description: trigged when added to the Stage
  22. * /
  23. init ( e : Event ) : void { protected function init (e: Event): void (
  24. / / Todo
  25. )
  26. ) / / Constructor
  27. ) / / Package

Related Post

Was this article helpful?: Per nientePocoAbbastanzaMoltoMoltissimo
Loading ... Loading ...

There are no comments for this post

Leave a comment

TAG XHTML PERMISSIONS: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> INSERTION CODE:
 <pre></pre>         // blocco generico [code][/code]       // blocco generico [as][/as]           // Actionscript [css][/css]         // CSS Style Sheet [html][/html]       // HTML [js][/js]           // Javascript [objc][/objc]       // Objective-C [php][/php]         // PHP [sql][/sql]         // SQL