Change an actors colour to completely white when attribute changed
Hello
I was wondering if anyone knew how to change an actors image to completely white when an attribute is checked.
I haver a star field and when an attribute called 'Hyper' is selected the stars all stretch out but stay their original colour.
How can I get it so that say, a purple star changes completely white.
I've see then RGB thing but it looks like you can only change a actor RED, GREEN Or Blue using a combination of turning each one off>
I've tried using 255/255/255 in the output box but nothing
Any ideas
Thanks guys
I was wondering if anyone knew how to change an actors image to completely white when an attribute is checked.
I haver a star field and when an attribute called 'Hyper' is selected the stars all stretch out but stay their original colour.
How can I get it so that say, a purple star changes completely white.
I've see then RGB thing but it looks like you can only change a actor RED, GREEN Or Blue using a combination of turning each one off>
I've tried using 255/255/255 in the output box but nothing
Any ideas
Thanks guys
It takes a Zombie to know a Zombie!!!
Comments
----------------------------------------------
http://davidgriffinapps.co.uk/
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
So we can't change the colour of a actor completely white using attributes?
So how would I get my star to change white from its original colour (Purple) using the RGB 0/1 method?
It takes a Zombie to know a Zombie!!!
RGB 0 is black or no color over the alpha channel's black
RGB 1 is white or full color over the alpha channel's black
images are R=1, G=1, B=1 as they are full color
the closest you can get to white is 0.99999999
better to start with a white star and change its color RGB till you get the purple you want …
then easier to changeAttributes red; green; blue To: 1 … to have it white again.
@};- MH
But... if you mean get rid of the image completely and just have white, you'll need to make a completely white image, same size, and use a Change Image attribute.
Edit: beaten by MH and GLG!
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Thanks Gyro and all you other guys for helping me in the right direction...changing RED to 1, GREEN to 1 and BLUE to 1 worked!
It takes a Zombie to know a Zombie!!!
It takes a Zombie to know a Zombie!!!
It takes a Zombie to know a Zombie!!!
Was it good for you?
===
but, only need the white image (not 2 images) … you can change an image's color in GS …
and you can click on the actor's/scene's colorBox … use the RGB sliders option rather than crayons… to set RGB 0-255 values.
@};- MH
Ha, sure was good for me too, MH, I'm positively glowing!
Good one about the colorBox, I forgot to mention that. :-)
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps