home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
pepsi_pinball.swf
/
scripts
/
DefineSprite_201
/
frame_100
/
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
|
213 b
|
8 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 = -5.1;
_root.ball.vel.y = 3.1;