home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / frame_7 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  637 b   |  28 lines

  1. pausea = 0;
  2. _root.player._x = 82;
  3. _root.player._y = 252.8;
  4. _root.player.defX = 82;
  5. _root.player.defY = 252.8;
  6. _root.player.oldX = 82;
  7. _root.player.oldY = 252.8;
  8. _root.hud.volts = 0;
  9. stop();
  10. onLoad = function()
  11. {
  12.    _root.scores.voltss = 0;
  13.    _root.hud.volts = 0;
  14.    _root.scores.sscore = 0;
  15. };
  16. nmbr = 0;
  17. nmbr2 = 0;
  18. onEnterFrame = function()
  19. {
  20.    _root.scores.voltss = _root.hud.volts;
  21.    _root.scores.sscore = _root.hud.volts * 2 * _root.lives._currentframe + 80;
  22.    duplicateMovieClip(part,"p" + nmbr,16384 + nmbr);
  23.    nmbr++;
  24.    duplicateMovieClip(part2,"p" + nmbr2,16384 + nmbr2);
  25.    nmbr2++;
  26. };
  27. gone = 0;
  28.