home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / blob_lander.swf / scripts / frame_14 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  77 b   |  10 lines

  1. if(levelcomp != 10)
  2. {
  3.    prevFrame();
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9. stop();
  10.