Transition effect
Neverbe
Member Posts: 117
As you can read in the title: how can i set a transition effect into my scene and when i change scene?
Thanks to all
Thanks to all
Comments
Make it cover the entire screen.
In the actor have an interpolate command that says 'change opacity to 1' over however many seconds you want.
Then put timer in that says:
After the time put into the interpolate behaviour, change scene.
The screen will fade to black then change scene.
Hope that helps,
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
For the fade up part, you do the reverse: make the opacity 100% and then use interpolate to make it go to 0 opacity. I would then use a destroy behavior. (timer after 1 second, destroy actor)
The annoying part about the fade up is you have to put it on the top layer of every scene you want to fade to, and then when you need to work with a scene in GameSalad, you have to move it to the bottom layer until you are ready to test or publish.
Good luck!
_______________
Nesen Probe http://itunes.apple.com/us/app/nesen-probe/id377766693?mt=8
Tickle Stones http://itunes.apple.com/us/app/tickle-stones/id363484260?mt=8
Food Fight! (free) http://itunes.apple.com/us/app/food-fight/id352646643?mt=8
Explain :
I'm working on a Visual Novel for iPhone, I had compile it with Xcode but there's a lot of leaks...
Now I'm trying to rewrite it to see where's the problem but if I cannot manage to do it I decided to build my app using GameSalad...in this way there mustn't be problem...or not?
But a visual novel have a lot of text and pictures so i must find a way to set picture and text (but i need a lot of rule :O)