Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm back!...Need help on IMAGE hue...

Status
Not open for further replies.

WhiteTiger

Programmer
Joined
Jun 26, 2001
Messages
605
Location
US
I haven't tried this, but can flash change the hue of an image?...I need it for a custom room builder...;)

The person will be able to select the color of their walls based on pre-defined buttons, but I want to be able to change the hue accordingly, to keep all the proper lighting, etc. Regards,
Anth8-)ny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"
 
By hue - does tint meant the same thing? Use tint effect on a symbol.
 
i think banger he want's some script that would change the hue of the pic according to which button was pressed..but like banger says anthony i think it would just be easier to convert the pic to a symbol and use multiple instances of that symbol for each button used in your fla..in effects panel you can change the tint or under advanced you can adjust the rgb of each instance..flash will only count the pic once so no real file size issue that way, but what ever works for ya..as far as the script i'm guessing you could make a mc with all the pics in labled frames with stop actions and use the buttons to reference the picks through:

on (press) {
_root.mcname.framelable.gotoAndPlay ;
}

or something to that effect..but i'm sure you coulda worked that out on your own..just how i would probably do it..


e.gif


carlsatterwhite@endangeredgraphics.com
 
this instead:

_root.mcname.gotoAndPlay("label");

sorry..typo!
e.gif


carlsatterwhite@endangeredgraphics.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top