home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / excitepochi.swf / scripts / DefineSprite_114 / frame_40 / DoAction.as
Text File  |  2006-01-07  |  77b  |  6 lines

  1. var rnd = Math.floor(Math.random() * 2);
  2. if(rnd)
  3. {
  4.    gotoAndPlay(1);
  5. }
  6.