home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_1197
/
frame_3
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
1KB
|
52 lines
if(fce == 1)
{
if(_root.v_pant == 2)
{
vect = "down";
}
else if(_root.v_pant == 4)
{
vect = "up";
}
_root.main.fr.faces.fceGo("pant3");
}
fce = 1;
_root.v_pant = 3;
pantBtn.x = pantBtn._xmouse;
pantBtn.y = pantBtn._ymouse;
pantBtn.nugi = 0;
pantBtn._visible = true;
pantX.pantBtnB._visible = true;
_parent._parent.bodybase.bodyB.man.manBtn._visible = false;
if(_root.v_cont != 1 && vect == "down")
{
pantBtn.mon = 0;
}
pantBtn.rf = 0;
with(_parent._parent.legs.leg_l.leg_l_1.leg_l_2)
{
_parent._parent.gotoAndStop(10);
_parent.legBtnL._visible = false;
if(_root.v_tightsL != 99)
{
gotoAndStop(2);
}
else if(_root.v_tightsL == 99)
{
gotoAndStop(12);
}
}
with(_parent._parent.legs.leg_r.leg_r_1.leg_r_2)
{
_parent._parent.gotoAndStop(10);
_parent.legBtnR._visible = false;
if(_root.v_tightsR != 99)
{
gotoAndStop(2);
}
else if(_root.v_tightsR == 99)
{
gotoAndStop(12);
}
}