home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
HighwaySpeed.swf
/
scripts
/
DefineSprite_140
/
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
|
2001-07-14
|
220 b
|
17 lines
I += "1";
if("11" < I)
{
stopAllSounds();
tellTarget("_level0/")
{
gotoAndStop("win");
play();
}
stop();
}
set("signboard/:I",I);
tellTarget("signboard")
{
gotoAndStop(I);
}