Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Popup in Scene Manager? — Gideros Forum

Popup in Scene Manager?

edited June 2012 in Suggestions & requests
Hi community,
I think Scene Manager is very good to start build game and app layout.
But as you know, there are many games require popup (like pause, setting..) that appear on top of other screen.
So I just think this is very good if scene manager support some thing like:

sceneManager:showPopup("pause", 1, transition), and then
sceneManager:hidePopup();

Can someone show some lines of code to implements this?
Thanks! :x

Comments

Sign In or Register to comment.