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

  1. if(_parent.double == 1 && this.pushOnly == 0)
  2. {
  3.    _parent._parent.changeEyelid("half");
  4.    _parent._parent.changeEyeballs(0,"down","down");
  5.    _parent._parent.changeMouth("open2");
  6. }
  7. else
  8. {
  9.    _parent._parent.changeMouth(1);
  10. }
  11. if(this.handCloseP == 1)
  12. {
  13.    _root.main.fr.body0.arms.handMove("c2r");
  14.    _root.main.fr.legsOp.legOp.legOpen();
  15. }
  16. else if(this.handClose == 1)
  17. {
  18.    _root.main.fr.body0.arms.handMove("c3r");
  19.    _root.main.fr.body0.legs.legOpen();
  20.    _root.main.fr.legsOp.legOp.legOpen();
  21. }
  22.