Hey guys,
So I recently started using Gideros and the Scene Manager looks sweet, and I have it working reasonably well. However when I change scene no transitions are displayed - the scene changes perfectly, just no actual effect.
Here's the code for changing scene:
sceneManager:changeScene("GameScene", 1, SceneManager.fade, easing.linear)
I've made sure to add scenemanager.lua and easing.lua in my project.
Thanks for any help
P.S. I'm really liking Gideros so far!
Comments
make sure there are no any timer or enterframe event affecting it and in the case you are loading much assets (images and sounds) try to load them at early stage
Likes: MichaelStrauss
rather than using