home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / DefineSprite_283 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  67 b   |  4 lines

  1. rnd = Math.floor(Math.random() * 10);
  2. gotoAndStop(rnd);
  3. stop();
  4.