home *** CD-ROM | disk | FTP | other *** search
/ Flowers / Flowers.iso / pc / data / swf / menu.swf / scripts / DefineSprite_280 / frame_179 / DoAction.as
Text File  |  2002-04-04  |  128b  |  10 lines

  1. rnd = Math.floor(Math.random() * 3) + 1;
  2. if(rnd = 3)
  3. {
  4.    gotoAndPlay(180);
  5. }
  6. else if(rnd != 3)
  7. {
  8.    gotoAndPlay(1);
  9. }
  10.