home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 5
/
ONCE005.iso
/
Jogos
/
1516.swf
/
scripts
/
DefineSprite_206
/
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-02
|
291 b
|
21 lines
if("0" >= timer)
{
tellTarget("_level0")
{
gotoAndStop("lose-time");
play();
}
}
if("10" >= timer)
{
tellTarget("lowbattery")
{
gotoAndStop("redflash");
play();
}
tellTarget("batterybar")
{
gotoAndStop("red");
}
}