Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Scene Manager Animation issue — Gideros Forum

Scene Manager Animation issue

ZizanymanZizanyman Member
edited February 2015 in General questions
In scene manager, it is changing the scenes, but not using the animation. For example, when I use this line of code:
sceneManager:changeScene("main_menu", 1, SceneManager.moveFromRight, easing.outBack)
It skips to the new scene, but with no animation. Any idea why? Thanks!

Comments

Sign In or Register to comment.