home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  381 b   |  18 lines

  1. loadMovieNum("http://www.nastypixel.com/arcade/games/kamikaze/musicl2.swf",50,"GET");
  2. _root.risk += 1;
  3. _root.okfire = 1;
  4. _root.bossactive = 0;
  5. _root.bosshp = 100;
  6. _root.shake = 1;
  7. _root.oktojump = 0;
  8. _root.retarget = 1;
  9. _root.bonus = 0;
  10. _root.fuel = 50;
  11. _root.speed = 3;
  12. _root.targetfuel = random(100) + 10;
  13. tellTarget("_root.boss")
  14. {
  15.    gotoAndStop(1);
  16. }
  17. stop();
  18.