home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
pepsi_pinball.swf
/
scripts
/
DefineSprite_197
/
frame_1
/
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
|
273 b
|
16 lines
function move()
{
gotoAndPlay(5);
ball._visible = true;
_root.ball.mc._visible = false;
ball._x = startPos.x;
ball._y = startPos.y;
}
function start()
{
gotoAndPlay(10);
ball._visible = true;
_root.ball.mc._visible = false;
}
stop();