home *** CD-ROM | disk | FTP | other *** search
- collected = 0;
- health = 50;
- xgoal = 18;
- ygoal = 0;
- facing = 0;
- speed = 0;
- heatdelay = 0;
- maxmeteors = _root.gLevel >= 12 ? 25 : 13 + _root.gLevel;
- maxmeteortext = maxmeteors >= 10 ? "" add maxmeteors : "0" add maxmeteors;
- _root.introtext = "Stop " add maxmeteortext add " Meteors";
- hit_damage = _root.gLevel >= 10 ? 20 : 9 + _root.gLevel;
- missscale = levelnum >= 11 ? 20 : 9 + levelnum;
- missed = 0;
- rattlecounter = 0;
- hitcounter = 0;
- setdir = -1;
- dropdelay = _root.gLevel >= 6 ? 18 : 35 - _root.gLevel * 3;
- displayScore(false);
- stopAllSounds();
-