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

  1. if(_root.v_face == "up")
  2. {
  3.    _parent._parent.gotoAndStop("front");
  4.    _parent._parent.faceF.mouth.gotoAndStop("open2m");
  5. }
  6. _parent._parent.changeEyelid("half");
  7. _parent._parent.changeEyeballs("down","down","down");
  8. if(this.handClose == 1)
  9. {
  10.    _root.main.fr.body0.arms.handMove("c3r");
  11.    _root.main.fr.body0.legs.legOpen();
  12.    _root.main.fr.legsOp.legOp.legOpen();
  13.    this.handClose = 0;
  14. }
  15. else if(this.handClose == 2)
  16. {
  17.    _root.main.fr.body0.arms.handMove("o2r");
  18.    _root.main.fr.body0.legs.legClose2();
  19.    _root.main.fr.legsOp.legOp.legClose2();
  20.    _parent.handClose = 0;
  21. }
  22. stop();
  23.