aah geez it's really my bad I didn't notice that sorry.
I've put the horse body parts to test it in another FLA but there were some problems with that too.
I've put the body and right hind leg on the hthighr - layer and the left hind leg on hthighl -layer.
I use [code]
hthighl = new histhighl();
loader.loadManual(hthighl, him.leftLeg);
[/code]
and to disable the other parts of the guy I used
[code]
him.torsoLayer.visible = false;
him.armContainer.visible = false;
him.leftArmContainer.visible = false;
[/code]
The horse parts show up but also his original legs. If add
him.rightLeg.visible = false;
him.leftLeg.visible = false;
to the code above no thigh show up at all.