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

  1. if(_parent.side == "L" && _root.v_face == "L" || _parent.side == "R" && _root.v_face == "R")
  2. {
  3.    _parent._parent.gotoAndStop("down");
  4.    _parent._parent.faceD.eyelid.gotoAndStop("shut2");
  5.    _parent._parent.faceD.mouth.gotoAndStop("open2");
  6. }
  7. if(this.handClose == 2)
  8. {
  9.    _root.main.fr.body0.arms.handMove("c3r",0,1);
  10.    _root.main.fr.legsOp.legOp.legOpen();
  11.    this.handClose = 0;
  12. }
  13.