Ok i have no clue on how to make this work.
I want it that when u click the Colour on the screen it makes your hair that colour.
for example i picked my hair 2 be Spiked.
Then i click the turf which is Purple, then my hair changes to purple. How do i do that?
ID:159365
Mar 24 2009, 9:24 am
|
|
In response to GhostAnime
|
|
Assuming thats to prevent people from copy and pasting code :P
|
In response to Yash 69
|
|
No, just from boredom. I didn't test it so I doubt it works >_>
|
In response to GhostAnime
|
|
nah thats not exactly what i meant...The turf colour is purple, so when u click the purple turf your hair changes 2 purple
|
In response to Blip182
|
|
In that case, you still need to use icon.Blend(), though this time you may want to use the rgb() procedure... and, of course, Click()
|
In response to GhostAnime
|
|
GhostAnime wrote:
In that case, you still need to use icon.Blend(), though this time you may want to use the rgb() procedure... and, of course, Click() Thanx alot for all the help. i really appreciate it. |
When you get the hex form of the colour chosen (either through the above method or using the old rgb() procedure), you would want to use one of the icon operators, such as icon.Blend().