Hello,
I'm trying to make a new game and don't have a lot of experience with Obj - C and cocos2d as well.
I made a Player class which make a new player with given parameters.
I init the player in a certain view/class and want to use the same player in another class.
I tried to use NSUserDefaults to save the player object there but with no success.
How can I do it right?
Thanks.