Flash CS3: template per la classe Documento


/ Published in: ActionScript 3
Save to your folder(s)

Memo


Copy this code and paste it in your HTML
  1. package {
  2. /*
  3. ** @name : MioDocumento.as
  4. ** @description : [descrizione]
  5. ** @author : =undo=
  6. ** @web : http://www.undolog.com
  7. ** @email : [email protected] - g (dot) fazioli (at) undolog (dot) com
  8. ** @ver : 1.0
  9. */
  10. import flash.display.*;
  11. import flash.events.*;
  12. public class MioDocumento extends MovieClip {
  13. /*
  14. ** @private var
  15. */
  16. public function MainFive():void {
  17. addEventListener(Event.ADDED_TO_STAGE, init );
  18. }
  19. /*
  20. ** @name : init()
  21. ** @description : trigged when added to stage
  22. */
  23. protected function init(e:Event):void {
  24. // todo
  25. }
  26. } // constructor
  27. } // package

URL: http://www.undolog.com/2008/05/02/flash-cs3-template-per-la-classe-documento/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.