home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
ray-ray.swf
/
scripts
/
DefineSprite_65
/
frame_571
/
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
|
243 b
|
14 lines
stop();
set("/game/game:wait","0");
set("/game/game:wait1","0");
set("/game/game:wait2","0");
loop = "1";
while("25" >= loop)
{
tellTarget("/game/game/run_thru" add loop)
{
gotoAndStop("blank");
}
loop += "1";
}