Re: sby's loader imports; 8/09/2014: too much stuff to list here
silverwolf46 said:
I don't know if anybody else has had this problem with Breast Expansion ver. 2.1.1, but I have noticed that the superbreast function does not work in this version. It does work up through ver. 2.0 though. Anybody have any ideas? I just can't get it to work.
set maxbreastamount to something bigger than 149.
150 is where superbreast kicks in. set the number as high as you like to choose the max breast size.
(i may have changed the default value in between versions, but i just tested it and it seemed to work)
the reason i chose to limit the range of breastsize is because i assume most people use clothing with the mod, and superbreast does not increase the clothing scale.
Dante said:
@Sby: Uh.... code challenged, remember. I don't have a clue how to implement that information.
i could have sworn i have seen pictures of you having the eyeshadow correctly shown in your thread xD.
well, if you happen to have created your movieclip based on the eyelid movieclip. this might be a cheap way to follow the lower eyelid:
var her;
//in initl function
her = l.her;
l.addEnterFrame(updatemyeyelid);
//somewhere later in code
function updatemyeyelid()
{
dantelowereyelid.gotoAndStop(her.eye.lowerEyelid.currentFrame);
}