home *** CD-ROM | disk | FTP | other *** search
- pausea = 0;
- _root.player._x = 82;
- _root.player._y = 252.8;
- _root.player.defX = 82;
- _root.player.defY = 252.8;
- _root.player.oldX = 82;
- _root.player.oldY = 252.8;
- _root.hud.volts = 0;
- stop();
- onLoad = function()
- {
- _root.scores.gotoAndStop(1);
- _root.scores.voltss = 0;
- _root.hud.volts = 0;
- _root.scores.sscore = 0;
- _root.hud._visible = true;
- };
- nmbr = 0;
- nmbr2 = 0;
- onEnterFrame = function()
- {
- _root.scores.voltss = _root.hud.volts;
- _root.scores.sscore = _root.hud.volts * 2 * _root.lives._currentframe + 80;
- duplicateMovieClip(part,"p" + nmbr,16384 + nmbr);
- nmbr++;
- duplicateMovieClip(part2,"p" + nmbr2,16384 + nmbr2);
- nmbr2++;
- };
- gone = 0;
-