Need help with changing background color.
Posted:
Fri Nov 16, 2007 7:50 pm
by Freddy
How do you make the background color change during gameplay? For example: I want to have a sun that rises and sets, and I want the background color to change when the sun reaches certain points. How would I do this?
Re: Need help with changing background color.
Posted:
Fri Nov 16, 2007 9:01 pm
by pixelpoop
I don't know if you can change the background color, but you could put in an image of a blank white box, parent that to the view actor and change it's color with...
blank_box_actor_name.r=0;
blank_box_actor_name.g=180;
blank_box_actor_name.b=255;
Re: Need help with changing background color.
Posted:
Sat Nov 17, 2007 10:25 am
by Spidy
well maybe its depend on the background pic
Re: Need help with changing background color.
Posted:
Sat Nov 17, 2007 11:12 am
by Kalladdolf
just look at how asmodeus did it in his caveman game
Re: Need help with changing background color.
Posted:
Sat Nov 17, 2007 1:19 pm
by j2graves
what kind of animation do you use?
Re: Need help with changing background color.
Posted:
Sat Nov 17, 2007 1:57 pm
by j2graves
i meant to freddy.
very interesting picture kalladdolf.
Re: Need help with changing background color.
Posted:
Sat Nov 17, 2007 2:21 pm
by Kalladdolf