ModGuy
Content Creator
- Joined
- Feb 17, 2011
RajasGrime said:This creates two instances in the menu as seen on page 13 in your hue slider showcase, labelled "Swimsuit". The slider does not change anything when I click either of them. What did I miss? Using Loader 4.2b.
Also, can multiple elements be added to a single slider? The above example would only adjust the hue of the body's part of the swimsuit, while I'd like to have both cups change hue along with it.
1. Give me a FLA so I can be lazy.
2. I will go ahead an allow an array of objects to be passed in at some point.
Pickled_Cow said:How come the Loader.swf sometimes resets the hair and background to default?
Chances are your code contains lines defining the character or background.
If not, check settings.txt for "resetCharOnChange".
Faceless said:Cool. Unfortunately, that still doesn't stop mods from breaking when her arms get tied back. Ah well, thanks anyway. *shrugs*ModGuy said:Code:her.currentArmPosition
Use costume layers:
http://superdeepthroat.undertow.club/index.php?topic=91.msg18428#msg18428
EDIT:
registerForHueShift now accepts arrays of objects.
registerForHueShift("Outfit", [mc1, mc2, mc3, ...]);