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

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