home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2007-03-22  |  295 b   |  11 lines

  1. _root.levelDone = false;
  2. _root.currentLevel = 7;
  3. _root.ergebnis.moment = getTimer();
  4. _root.ergebnis.timer = 0;
  5. Ball.sprung = 0;
  6. Ball.Kugel.xgroesse = Ball.Kugel._width;
  7. Ball.Kugel.ygroesse = Ball.Kugel._height;
  8. Ball.Kugel.xpos = Ball.Kugel._x;
  9. Ball.Kugel.ypos = Ball.Kugel._y;
  10. stop();
  11.