home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / astroys.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  130 b   |  12 lines

  1. if(introDone)
  2. {
  3.    gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    introDone = true;
  8. }
  9. stop();
  10. Stage.showMenu = false;
  11. version = 20031601;
  12.