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

  1. _parent._parent.changeMouth(1);
  2. if(_root.v_face == "down")
  3. {
  4.    if(this.face == "L")
  5.    {
  6.       _parent._parent.gotoAndStop("R");
  7.    }
  8.    else if(this.face == "R")
  9.    {
  10.       _parent._parent.gotoAndStop("L");
  11.    }
  12. }
  13. if(this.handClose == 1)
  14. {
  15.    _root.main.fr.body0.arms.handMove("c3r");
  16.    _root.main.fr.legsOp.legOp.legOpen();
  17. }
  18.