hello!
here's the navigation in my app:
1) Scene
2) UIView
3) Scene
from 1->2, i add the view to the director's openglview's subview.
from 2->3, i remove the view from the superview, and then a director's replaceScene and load the new scene.
Then, here's my problem...
from 3->2, i add the view to the openglview again... works like a charm. i don't know what to do with the current scene though!
from 2->1, i do a replaceScene, and for some reason, the scene from 3 will flash and disappear as it's being replaced (i'm assuming that's the reason).
Is there a proper way to remove a scene from the director since i really don't need it after i've loaded (2) again? Before loading the view from 3->2 i tried a popScene but that just crashes.
any help would be VERY much appreciated.
this libary rocks. :)