home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / superman.swf / scripts / frame_45 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-07  |  564 b   |  20 lines

  1. collected = 0;
  2. health = 50;
  3. xgoal = 18;
  4. ygoal = 0;
  5. facing = 0;
  6. speed = 0;
  7. heatdelay = 0;
  8. maxmeteors = _root.gLevel >= 12 ? 25 : 13 + _root.gLevel;
  9. maxmeteortext = maxmeteors >= 10 ? "" add maxmeteors : "0" add maxmeteors;
  10. _root.introtext = "Stop " add maxmeteortext add " Meteors";
  11. hit_damage = _root.gLevel >= 10 ? 20 : 9 + _root.gLevel;
  12. missscale = levelnum >= 11 ? 20 : 9 + levelnum;
  13. missed = 0;
  14. rattlecounter = 0;
  15. hitcounter = 0;
  16. setdir = -1;
  17. dropdelay = _root.gLevel >= 6 ? 18 : 35 - _root.gLevel * 3;
  18. displayScore(false);
  19. stopAllSounds();
  20.