views:

290

answers:

1

Newbie in XCode & IPhone development.

I'm trying to create a game, where throwing an object (using a swipe gesture) will move the object to the direction requested and will continue with momentum until the border of the view.

Anyone has some code snippets (or links) I can look into for examples?

Thanks.

+1  A: 

Take a look at cocos2D-iphone for animation and physics.

Alex Reynolds