al1enh0mIn1d
Content Creator
- Joined
- Jun 17, 2011
I don't know what the fla/source looks like but these are the variables you are using just change out the line of code like belowcilvers said:Faceless said:*smacks forehead* Actually, the stockings are on a higher layer than the calf itself, so you'll need to put the boot on a different layer. Try putting it on this layer.
Code:her.torso.rightCalfContainer.footwear
did some trial and error and I have no idea, what to do with that.
if (this.parent.parent != null)
{
main = this.parent.parent;
main.customMC = new newcalfr();
main.loadCustom(".|Her.torso.rightCalfContainer.calf", "x:0;y:0;r:0;a:1"); change this to this main.loadCustom(".|Her.torso.rightCalfContainer.footwear", "x:0;y:0;r:0;a:1");
main.customMC = new newcalfl();
main.loadCustom(".|Her.leftLegContainer.leg.calf", "x:0;y:0;r:0;a:1"); and change this to this main.loadCustom(".|Her.leftLegContainer.leg.footwear", "x:0;y:0;r:0;a:1");
main.unloadMod();
}
Hope it helps