home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
ThePicturesErrors.swf
/
scripts
/
frame_8
/
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-08-05
|
105 b
|
11 lines
i = 1;
while(i < 6)
{
tellTarget("a" + i)
{
gotoAndStop(1);
}
i++;
}
stop();