home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_803 / frame_21 / DoAction.as
Text File  |  2005-08-12  |  114b  |  10 lines

  1. paku2 = Math.floor(Math.random() * 3);
  2. if(paku2 == 0)
  3. {
  4.    gotoAndPlay(1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(9);
  9. }
  10.