home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
pepsi_pinball.swf
/
scripts
/
DefineSprite_197
/
frame_59
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-18
|
265 b
|
9 lines
ball._visible = false;
_root.ball.mode = "table";
_root.ball.pos.x = ball._x + this._x;
_root.ball.pos.y = ball._y + this._y;
_root.ball.mc._visible = true;
_root.ball.vel.x = 1 + Math.random() * 2;
_root.ball.vel.y = 1;
_root.BG_leftWindows.setLightOff();