home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
internet
/
flashland
/
tipy
/
hry
/
flashbreak4.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2000-01-01
|
252b
|
20 lines
setProperty("/paddle", _visible, "0");
if("0" >= balls)
{
tellTarget("messages")
{
gotoAndStop(6);
}
}
else
{
tellTarget("messages")
{
gotoAndStop(5);
}
}
tellTarget("background")
{
gotoAndPlay(2);
}