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

  1. this._x = _root.ball_startx;
  2. this._y = _root.ball_starty;
  3. this.xmove = 0;
  4. this.ymove = 0;
  5. _root.falling = false;
  6. gotoAndStop(1);
  7.