home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_700
/
frame_54
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
610b
|
23 lines
if(_root.v_face == "up")
{
_parent._parent.gotoAndStop("front");
_parent._parent.faceF.mouth.gotoAndStop("open2m");
}
_parent._parent.changeEyelid("half");
_parent._parent.changeEyeballs("down","down","down");
if(this.handClose == 1)
{
_root.main.fr.body0.arms.handMove("c3r");
_root.main.fr.body0.legs.legOpen();
_root.main.fr.legsOp.legOp.legOpen();
this.handClose = 0;
}
else if(this.handClose == 2)
{
_root.main.fr.body0.arms.handMove("o2r");
_root.main.fr.body0.legs.legClose2();
_root.main.fr.legsOp.legOp.legClose2();
_parent.handClose = 0;
}
stop();