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

  1. Ball.xmove = 6;
  2. Ball.ymove = -3;
  3. Ball.sprung = 0;
  4. Ball.Kugel.xgroesse = Ball.Kugel._width;
  5. Ball.Kugel.ygroesse = Ball.Kugel._height;
  6. Ball.Kugel.xpos = Ball.Kugel._x;
  7. Ball.Kugel.ypos = Ball.Kugel._y;
  8. score = _root.punkte;
  9. stop();
  10.