home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineSprite_48
/
frame_3
/
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
|
2005-09-29
|
230 b
|
15 lines
if(thispercent >= 0)
{
if(thispercent < 5)
{
_root.sound.gotoAndPlay("alarm");
}
percent.percent = thispercent add "%";
}
else
{
gotoAndStop("out");
play();
_parent.field.myon = "false";
}