Merging scenes
is there a way to make the scenes go from one scene to the next without looking like your flipping quickly through pictures. like a slide show. i would like it to maybe fade out and fade in. thank you for any help.
Comments
Every 0.1 seconds, change attribute Self.Color.Alpha to Self.Color.Alpha - 0.1
Then, for fading out, have an attribute or timer that tells when to fade out, then play the rule above backwards, like so:
Every 0.1 seconds, change attribute Self.Color.Alpha to Self.Color.Alpha + 0.1