Hey guys!
I was just wondering one thing about reactivating animations when you replace the current layer with a previous layer.
For example...
I have a menu layer with animations. I replace it with the options layer and then go back to the menu layer. The animations work.
BUT
if I replace the menu layer with the game scene layer and then go back to the menu layer, then the animations won't work.
I checked my back to main menu method in both my options layer and my game scene layer method but they look the same.
I've used [[GameManager sharedGameManager] runSceneWithID:kMainMenuScene]; in both methods.
am I missing anything?