home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishingHelp.swf / scripts / DefineSprite_49 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  121 b   |  9 lines

  1. stop();
  2. i = 11;
  3. while(i <= 18)
  4. {
  5.    theName1 = "bubble" + i;
  6.    this.attachMovie("bubble",theName1,i);
  7.    i++;
  8. }
  9.