home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
ray-ray.swf
/
scripts
/
DefineSprite_19
/
frame_30
/
DoAction.as
< prev
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
|
215 b
|
13 lines
num = "1";
while("25" >= num)
{
if(eval("/game/game:grumps" add num) == "1")
{
tellTarget("/game/game/grumps" add num)
{
gotoAndStop("run_away");
}
}
num += "1";
}