Tagged Questions

6
votes
2answers
794 views

How to create a level with curved lines with cocos2d + Box2d on the iphone?

I'd like to create a game that has levels such as this: http://img169.imageshack.us/img169/7294/picdq.png The Player moves "flies" through the level and mustn't collide with the walls. How can I ...
3
votes
2answers
1k views

Way to draw NSString on a curved path?

I have been looking for any example code for drawing a UILabel (or just an NSString or something) on a curved path, but have come up empty handed. Does anyone know whether it's possible to draw text ...
1
vote
2answers
500 views

iOS - Dragging objects along curved paths

I am tearing my hair out trying to figure out what seems to be a very easy problem. I know a lot of this stuff has been talked about tangentially, so apologies if this treads on well-covered ground, ...
0
votes
1answer
104 views

Draw a bezier curved line based off three points?

How would I go about drawing a UIBezierpath to connect three points. I know that there must be a formula/algorithm, but I've been searching and can not find it. Would somebody be able to help me with ...
0
votes
1answer
225 views

iPhone Quartz curve jaggy and has dark border

I've got a weird issue with quartz. The first time I run the piece of code below, the line will be drawn like the line to the right in the image. The second time (and every time after) these lines are ...
-1
votes
1answer
105 views

iPhone: draw the objects along the curve

Good day, friends. There is a task: to draw repeating objects (UIImageView and UILabel) along the curve (if more exactly, it's an arc). What classes should be used for it?