home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_197 / frame_59 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  265 b   |  9 lines

  1. ball._visible = false;
  2. _root.ball.mode = "table";
  3. _root.ball.pos.x = ball._x + this._x;
  4. _root.ball.pos.y = ball._y + this._y;
  5. _root.ball.mc._visible = true;
  6. _root.ball.vel.x = 1 + Math.random() * 2;
  7. _root.ball.vel.y = 1;
  8. _root.BG_leftWindows.setLightOff();
  9.