home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / MetaPloy.swf / scripts / frame_57 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  217 b   |  17 lines

  1. if("0" < bonus)
  2. {
  3.    score += "1000" * multi;
  4. }
  5. if("0" >= bonus)
  6. {
  7.    level += "1";
  8.    multi = "0";
  9.    addx = "-15";
  10.    setProperty("/add", _X, addx);
  11.    gotoAndPlay(7);
  12. }
  13. else
  14. {
  15.    gotoAndPlay(58);
  16. }
  17.