home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_689
/
frame_46
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
397b
|
13 lines
if(_parent.side == "L" && _root.v_face == "L" || _parent.side == "R" && _root.v_face == "R")
{
_parent._parent.gotoAndStop("down");
_parent._parent.faceD.eyelid.gotoAndStop("shut2");
_parent._parent.faceD.mouth.gotoAndStop("open2");
}
if(this.handClose == 2)
{
_root.main.fr.body0.arms.handMove("c3r",0,1);
_root.main.fr.legsOp.legOp.legOpen();
this.handClose = 0;
}