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

  1. if(levelcomp != 4)
  2. {
  3.    prevFrame();
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9. level = 5;
  10. _root.ship.spaceship.gotoAndStop(1);
  11. _root.ship._x = 360;
  12. _root.ship._y = 225;
  13. dy = 0.5;
  14. dx = 0;
  15. stop();
  16.