fading?
sonicm3
Member Posts: 141
How would I go about having a large image start to shrink smaller for x number of seconds then after x number of second fade out to black?
Comments
@sonicm3
interpolate behavior , interpolate self.color.alpha to 0 or 1 or any value you want, and it gives you the duration you want . You can also use the same behavior (interpolate) but with size height and width.
Example for fading
Example for size
Hi ice, sorry yes I just figured this out after experimenting after posting, but thanks for the response