Hello to everyone!!!
I just want to know if its even possible, to save the ENTIRE director state, with actions being executed, sprites position in screen, etc, in a more "automagically" way...
I know how to use UserDefaults, and NSCoding (in fact, im using those for user options already)
But what i would be needing, is a way to save everything (specially things that are more game related, instead of user related, as i mention before)
Basically, what i would like, its to recover game state, as if was never terminated (same thing happens when in Iphone 4, you change to another app, and then return to yours, just to see nothing happened, and the director was just paused and happily waiting for user :P)
Thanks to everyone who reads my post! and greetings to the Cocos community!