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

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