Change Background Image with animation
I want to change background image night to day with day in fad out effect on basis on score. For example game starting in a day with 0 score, after getting 50 it will afternoon and on 100 score i want to display night.
all this background change will happen with fade in out smooth animation effect.
Its that possible? any sample available? please let me know
all this background change will happen with fade in out smooth animation effect.
Its that possible? any sample available? please let me know
Comments
then just interpolate the alpha to 0 to fade into day
cheers
then have the actor the covers the whole screen and have its alpha set to 0
then have a rule in that actor when attribute score equals or is greater then 50
interpolate alpha to .7