home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
batinnightmare.swf
/
scripts
/
DefineSprite_228
/
frame_15
/
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-06-13
|
187 b
|
13 lines
if(500 < _root.time.time)
{
gotoAndPlay(20);
}
if(_root.time.time < 500 && 200 < _root.time.time)
{
gotoAndPlay(30);
}
if(_root.time.time < 200)
{
gotoAndPlay(40);
}