home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
ray-ray.swf
/
scripts
/
DefineSprite_17
/
frame_1
/
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
|
193 b
|
13 lines
if("1" >= eval("/game:skill_level"))
{
gotoAndStop(1);
}
if(eval("/game:skill_level") == "2")
{
gotoAndStop(5);
}
if(eval("/game:skill_level") == "3")
{
gotoAndStop(10);
}