home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineSprite_744 / frame_1 / DoAction.as
Text File  |  2006-05-08  |  262b  |  17 lines

  1. function init()
  2. {
  3.    if(runOnce)
  4.    {
  5.       return undefined;
  6.    }
  7.    runOnce = true;
  8.    music = new Sound();
  9.    if(_root.menuName != null)
  10.    {
  11.       gotoAndStop(_root.menuName);
  12.       _root.menuName = null;
  13.    }
  14. }
  15. this.onLoad = init();
  16. stop();
  17.