home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / railway-line.swf / scripts / DefineSprite_21 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  134 b   |  6 lines

  1. stop();
  2. my_random = Math.ceil(Math.random() * 3);
  3. gotoAndStop(my_random);
  4. _parent.give_bonus = true;
  5. _parent.bonus_amount = 500;
  6.