Well yes and no. You can interpolate the self.color.alpha attribute to 0 if you want to fade out, and while the image alpha was at 0, your could fire a change image actor and then interpolate self.color.alpha back to 1.
If you want one to fade out while another is fading in, you will need 2 actors.
BlackbirdStudios said: Well yes and no. You can interpolate the self.color.alpha attribute to 0 if you want to fade out, and while the image alpha was at 0, your could fire a change image actor and then interpolate self.color.alpha back to 1.
If you want one to fade out while another is fading in, you will need 2 actors.
or you can have the new image behind the old one as a different actor and interpolate the fronts alpha to 0 (should start at 1) while interpolating the back images alpha to 1 (should start at 0)
Comments
If you want one to fade out while another is fading in, you will need 2 actors.
________________________________________________________________________
LIKE our NEW Facebook to see what we're up to! : Blackbird Studios Facebook Page