How to jump in a curved parabolic line

Hi Guy,

say, I have a frog, when I drag it with a force and angle, how can I make the from jump in a curved parabolic line according to the force and angle i dragged.

Some thing like Angry Birds, when you shoot the birds out, it flies in a curved path according to the force and angle you applied.

I want it the same way but NOT by using a catapult.

Thanks in advance.

Mila
[import]uid: 83418 topic_id: 20875 reply_id: 320875[/import]

Take a look at Ghosts and monsters, it is similar to Angry Birds.

http://developer.anscamobile.com/code/ghosts-vs-monsters [import]uid: 116225 topic_id: 20875 reply_id: 82367[/import]

Just use body:applyLinearVelocity(x, y) or body:applyLinearImpulse(x, y) [import]uid: 54716 topic_id: 20875 reply_id: 82764[/import]