- Joined
- Jul 24, 2014
Hello
I was looking at downloads and suddently I thought that "I'm surprised that nobody has asked for an hairy pussy mod yet".
So I tried and I would like it to be a Vanilla Body mod instead of a Bottoms mod to avoid conflict with other mods, and make it RGB adjustable.
The RGB part doesn't seem to be a problem (I use the following code to use the belly piercing RGB slider)
My problem is if I try to not overwrite the Body (var overwrite:Boolean = false;) it still erases the chest:
I am confused, because I already did this with hands on my Philia Static Hair & Outfit mod, but this time it doesn't work...
I would be grateful if someone could look at my FLA and tell me what is wrong.
Body - Pubic Hair.fla
I was looking at downloads and suddently I thought that "I'm surprised that nobody has asked for an hairy pussy mod yet".
So I tried and I would like it to be a Vanilla Body mod instead of a Bottoms mod to avoid conflict with other mods, and make it RGB adjustable.
The RGB part doesn't seem to be a problem (I use the following code to use the belly piercing RGB slider)
addEventListener(Event.ENTER_FRAME, followColorSlider);
function followColorSlider(e:Event)
{
body.chest.rgbFill.transform.colorTransform = belly.rgbFill.transform.colorTransform;
}
function followColorSlider(e:Event)
{
body.chest.rgbFill.transform.colorTransform = belly.rgbFill.transform.colorTransform;
}
My problem is if I try to not overwrite the Body (var overwrite:Boolean = false;) it still erases the chest:
I am confused, because I already did this with hands on my Philia Static Hair & Outfit mod, but this time it doesn't work...
I would be grateful if someone could look at my FLA and tell me what is wrong.
Body - Pubic Hair.fla