home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / fish_water_challenge.swf / scripts / DefineSprite_78 / frame_10 / DoAction.as
Text File  |  2010-07-14  |  244b  |  11 lines

  1. bubbles = "6";
  2. bwidth = getProperty("/bubble1", _width);
  3. bheight = getProperty("/bubble1", _height);
  4. loop = "1";
  5. while(bubbles >= loop)
  6. {
  7.    setProperty("/bubble" add loop, _Y, "160" + random("1500"));
  8.    loop += "1";
  9. }
  10. call("move");
  11.