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

  1. loadMovieNum("http://www.nastypixel.com/arcade/games/kamikaze/musicl3.swf",50,"GET");
  2. _root.okfire = 1;
  3. _root.bossactive = 0;
  4. _root.bosshp = 100;
  5. _root.shake = 1;
  6. _root.oktojump = 0;
  7. _root.retarget = 1;
  8. _root.bonus = 0;
  9. _root.fuel = 50;
  10. _root.speed = 3;
  11. _root.targetfuel = random(100) + 10;
  12. stop();
  13.