home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / frame_2 / DoAction_2.as < prev    next >
Encoding:
Text File  |  2006-06-13  |  1.7 KB  |  55 lines

  1. _root.gamestart = false;
  2. _root.gametimer = false;
  3. _root.youaredead = false;
  4. _root.time = 0;
  5. _root.totalscore = 0;
  6. _root.totalscore2 = 0;
  7. _root.shipshieldtotal = _root.shipshield = 50;
  8. _root.sheight = getProperty(_root.ship.shiptype, _height);
  9. _root.swidth = getProperty(_root.ship.shiptype, _width);
  10. _root.bombfire = false;
  11. _root.numberofbombs = 3;
  12. _root.bombsound = false;
  13. _root.havelaser = false;
  14. _root.mhshotting = false;
  15. _root.targetenemy = 0;
  16. _root.targeted = true;
  17. _root.mhlevel = 0;
  18. _root.autorotate = false;
  19. _root.protectorlevel = 0;
  20. _root.protector1health = _root.protector2health = 15;
  21. _root.weapontype = "red";
  22. _root.weaponnumber = 1;
  23. _root.hitshipcounter = 0;
  24. _root.powerupspeed = -2;
  25. _root.explosionxsize = 53;
  26. _root.bulletspeed = 39;
  27. _root.interval = 5;
  28. _root.x20 = _root.bulletspeed * 0.9396926207859084;
  29. _root.y20 = _root.bulletspeed * 0.3420201433256687;
  30. _root.enemyfiretime = 20;
  31. _root.bluedepth = 10010;
  32. _root.sgreenfunction = false;
  33. _root.sgreentimer = 0;
  34. _root.health = 2;
  35. _root.e = 0;
  36. _root.enemyticker = -25;
  37. _root.enemy1speed = 12;
  38. _root.enemy1bulletspeed = 17;
  39. _root.boss1speed = 5;
  40. _root.e1w1pos = _root.e2w1pos = _root.e3w1pos = _root.e4w1pos = _root.e4w2pos = _root.e5w1pos = _root.e6w1pos = _root.e7w1pos = _root.boss3counter = 0;
  41. _root.boss3x = 600;
  42. _root.boss3y = 100;
  43. _root.boss3s = 5;
  44. _root.boss3turndelay = 5;
  45. _root.boss3totalhealth = _root.boss3health = 299 * _root.health;
  46. _root.bossdeadspeed = -2.5;
  47. _root.loopvolume = 100;
  48. _root.fade = "in";
  49. _root.paused = false;
  50. _root.globalmusiccontrol = "play";
  51. _root.difficulty = "easy";
  52. _root.gcompletetimer = 0;
  53. _root.mode = "mission";
  54. _root.previewcredits = false;
  55.