1
vote
1answer
259 views

Calculating points on the curve

Is it possible to calculate intermediate points of a curve...Here is my mirror image In the above image.Is it possible to calculate the intermediate points(one side) by knowing starting and ending ...
1
vote
2answers
98 views

Is there an equivalent to CCMoveTo in Carona SDK?

In Cocos2d you can move a sprite to a specific position using the "CCMoveTo" method like so: [sprite runAction: [CCMoveTo actionWithDuration:1 position:location]]; //Moves a sprite to the position ...
2
votes
2answers
273 views

Iphone game help needed

I want to build game similar to Iphone doodle jump. Can anyone tell me the best framework to use for its development which is faster and easier ? I am confused between cocos2D, Sparrow and Corona ? ...