home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_2326
/
frame_1869
/
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-09-27
|
253 b
|
17 lines
if(_root.difficulty == 1)
{
trace("diff 1");
box.gotoAndStop(2);
}
else if(_root.difficulty == 2)
{
trace("diff 2");
box.gotoAndStop(3);
}
else if(_root.difficulty == 3)
{
trace("diff 3");
box.gotoAndStop(4);
}
stop();