Colour fade

nikki

16-10-2009 01:08:22

I use a black StaticImage that's above all renderings, and animate it's alpha value to create a 'fade' (alpha animated from 1 to 0 gradually means screen 'fades in'). However, I'd like to be able to change the colour of the fade (I can make fades from script, and want to be able to choose colour). How can I manipulate the colour of the StaticImage? Obviously, direct manipulation won't make sense, but if 'multiply' is allowed, maybe I could use white and multiply that. Or, are there any alternatives instead of StaticImage to use for a free-colour fade?

Thanks for the help! :D

my.name

16-10-2009 12:09:39

look at RowSubWidget in Demo_Colour

nikki

18-10-2009 13:24:34

Ah, thanks, I got it working. :D

my.name

19-10-2009 05:43:34

=)