Hi cocos2d Community,
I'm new to iPhone Development and cocos2d, so probably I'll post more questions than answers in the next weeks. I hope to become a Cocos2d pro however, so I can help other people, too.
My first question is how to draw a line with your own finger. In FlightControl e.g. you draw a line from a plane to an airport. This should work using UIKit's touchesmoved event, but can anyone provide further details or maybe somebody knows an existing website with additional detail? I couldn't find anything.
Oh, I looked at apple's GLPaint sample app, but this is way too much OpenGL imo, and way too complicated. There's sooo much code in it, i can't believe it's all necessary. I know that Cocos2D is a 2d-OpenGL lib basically, but can I solve this problem with some High-Level Cocos2D code?
Thx in advance,
mint