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

  1. function gomain()
  2. {
  3.    _root.state = "start again";
  4.    gotoAndPlay(8);
  5. }
  6. if(musicstate == 0)
  7. {
  8.    this.options.on_off.gotoAndStop(2);
  9. }
  10. gameScene = "HOW TO PLAY";
  11. playmusic();
  12.