home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / DefineSprite_185 / frame_16 / DoAction.as
Encoding:
Text File  |  2006-06-07  |  212 b   |  8 lines

  1. _root.level = _root.level + 1;
  2. _root._x = 0;
  3. _root._y = 0;
  4. _root.score += 100;
  5. _root.restart();
  6. _root.ground.gotoAndStop(random(_root.ground._totalframes) + 1);
  7. _root.gotoAndStop(_root._currentframe + 2);
  8.