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

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