So... I have a scene class that has a CGPoint for velocity.
I have a helicopter class that is my sprite for a copter. In the ccTouchesEnded of the copter class I want to change the scenes CGPoint. How do I get a reference to my scene so that I can change this value, is it something to do with the director?
In regular iPhone programming I would use an appDelegate but I'm not sure how this works in cocos2d.
Thanks!