home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
BugTime.swf
/
scripts
/
DefineSprite_145
/
frame_2
/
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-10-04
|
207 b
|
9 lines
if(Number(eval("../:fps")) < Number(eval("../:fps_min")) or Number(eval("../:fps")) > Number(eval("../:fps_max")))
{
chance = Number(chance) + 1;
}
if(Number(chance) > 30)
{
gotoAndStop(14);
}