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

  1. this.up = Math.floor(Math.random() * 2);
  2. if(this.up == 0)
  3. {
  4.    gotoAndPlay(20);
  5. }
  6. else
  7. {
  8.    _parent._parent._parent.gotoAndStop("down");
  9.    _parent._parent._parent.changeEyelid("shut2m");
  10.    _parent._parent._parent.changeMouth("open2m");
  11. }
  12.