home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
arcade_animal.swf
/
scripts
/
DefineSprite_207
/
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
|
2007-03-20
|
227 b
|
17 lines
if("0" < eval("/:score"))
{
setProperty("/light", _visible, "1");
tellTarget("/l1")
{
play();
}
}
else
{
tellTarget("/l1")
{
stop();
}
setProperty("/light", _visible, "0");
}