hi i want to know that how to pause the one scene and load another then and from that menu restore the last scene again with the same setting which was happened in that like i have a scene 1 which is performing action then i want to upgrade some thing then i press the upgrade button it take to the next scene so when i upgrade some thing i will take back to the same scene in which i was last time with same point and position but with upgrade so can any one help me in that case
how to store the scene info
(3 posts) (2 voices)-
Posted 4 months ago #
-
always try to use:
[[CCDirector sharedDirector] pushScene:yourScene];for Pause scene.
it will retain your gameplay scene.
Thanks,
knightkrowsPosted 4 months ago # -
thanks knightkrows
Posted 4 months ago #
Reply
You must log in to post.