I have a sprite manager cocosnode which is suposed to control enemy actions and animations. Sprite manager gets added to game layer as a child. When trying to call animations on sprite objects they fail to run and the conditions state they must run. Can you call an animation from outside a layer or does it have to be called from within it?
Thanks