home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_195 / frame_55 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  318 b   |  11 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. trace(_root.ball.pos.x);
  6. trace(_root.ball.pos.y);
  7. _root.ball.mc._visible = true;
  8. _root.ball.vel.x = 1 + Math.random() * 2;
  9. _root.ball.vel.y = 3;
  10. _root.BG_rightWindows.setLightOff();
  11.