how to make a circle scene transition such as the secret of grisly manor?
kiralmh
Member Posts: 10
how to make a circle zoom scene transition such as the secret of grisly manor?
Comments
how about transition with a zooming transparent circle and background become black?
You'll need two actors, each with one half of the effect: irisIn and irisOut.
When you want to change Scenes, spawn the irisIn actor on top of everything. That Actor simply has an animate behavior with the images, as well as a Timer which changes the Scene after a certain amount of time. Make the timer the same length as the animation.
When you get to the new Scene, spawn the other actor that has the irisOut animation. Use a Timer to destroy that actor when that animation is complete.
I used 8 .png images to make the effect. Both actors use the same images, but one of he animations has the oder reversed.
The images are simply black rectangles with circles cut out from the center in increasing sizes.
But you don't have to limit yourself to simple circles of course.
You could have keyholes, skulls, stars, anything!
". . . And star wipe."