home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / DefineSprite_60 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  119 b   |  5 lines

  1. rnd = Math.floor(Math.random() * 12);
  2. gotoAndStop(rnd);
  3. stop();
  4. _parent.partmovie.partmovie2.partvalue = "cheese";
  5.