home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_689
/
frame_107
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
328b
|
13 lines
if(_root.v_pant < 4)
{
if(_root.v_pant == 3 || !(_root.v_fukuL == 1 || _root.v_fukuL == 4) || !(_root.v_fukuR == 1 || _root.v_fukuR == 4) || _root.v_chinko == 1)
{
_parent._parent.changePo("po2R");
}
else
{
_parent._parent.changePo("po1R");
_parent._parent.changePo("po2R0");
}
}