home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
superman.swf
/
scripts
/
frame_125
/
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-07
|
146 b
|
6 lines
if(3 < _root.iLevelPauseTimer.seconds())
{
_root.gLevel = _root.gLevel >= 99 ? 1 : _root.gLevel + 1;
_root.gotoAndPlay("NextLevel");
}