home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineSprite_6 / frame_10 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  109 b   |  7 lines

  1. entrancex = random(500) + 50;
  2. entrancey = random(300) + 50;
  3. tellTarget(thisfly)
  4. {
  5.    gotoAndPlay(1);
  6. }
  7.