home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_266 / frame_42 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  118 b   |  10 lines

  1. if(_root.action eq "highs")
  2. {
  3.    gotoAndStop("highs");
  4.    play();
  5. }
  6. else
  7. {
  8.    _root.gotoAndPlay("level1");
  9. }
  10.