Basically I have an issue that I can't resolve neither by trial and error or by searching for it.
My problem is, I want to set the direction of an object, a character in my little app, as he heads towards the center of the screen. How can I do that? I've tried rotating the sprite but this seems to do nothing. Basically, there are many instances of these objects so I can't simply use a CCNode tag and apply an action (as far as I know). I'm not sure what code should be provided here so I'll leave it up to any person brave enough to answer if they require any.