home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
anik.swf
/
scripts
/
frame_55
/
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-11-18
|
243 b
|
15 lines
i = 11;
while(i < 120)
{
set("/:j",_root.colo[i]);
set("/:j2",_root.colo[i] + 30);
if(Number(eval("/:j")) < 7)
{
tellTarget("/webby/web" add i)
{
gotoAndStop(eval("/:j2"));
}
}
i++;
}