home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
block_mover.swf
/
scripts
/
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
|
2007-03-20
|
88 b
|
10 lines
if(level < 1)
{
level = 23;
}
if(level > 23)
{
level = 1;
}
prevFrame();