home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
FishingHelp.swf
/
scripts
/
DefineSprite_49
/
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
|
2005-08-04
|
121 b
|
9 lines
stop();
i = 11;
while(i <= 18)
{
theName1 = "bubble" + i;
this.attachMovie("bubble",theName1,i);
i++;
}