fading?

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

  • IceboxIcebox Member Posts: 1,485

    @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

  • sonicm3sonicm3 Member Posts: 141

    Hi ice, sorry yes I just figured this out after experimenting after posting, but thanks for the response :)

Sign In or Register to comment.