home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / frame_26 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  701 b   |  30 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.gotoAndStop(1);
  13.    _root.scores.voltss = 0;
  14.    _root.hud.volts = 0;
  15.    _root.scores.sscore = 0;
  16.    _root.hud._visible = true;
  17. };
  18. nmbr = 0;
  19. nmbr2 = 0;
  20. onEnterFrame = function()
  21. {
  22.    _root.scores.voltss = _root.hud.volts;
  23.    _root.scores.sscore = _root.hud.volts * 2 * _root.lives._currentframe + 80;
  24.    duplicateMovieClip(part,"p" + nmbr,16384 + nmbr);
  25.    nmbr++;
  26.    duplicateMovieClip(part2,"p" + nmbr2,16384 + nmbr2);
  27.    nmbr2++;
  28. };
  29. gone = 0;
  30.