views:

90

answers:

2

Hey,

How is it possible to let some objects fly around and bumb at the end of the view and collide on each other.

The second step would add acceleration of the objects by shaking.

I haven't found a tutorial yet or some step to begin at.

thanks a lot for your help :)

Heres a picter of what i image(only a still)

http://picfront.org/d/ZdSvK9G8D/flying%5Fcircles.jpg

A: 

Take a look at Cocos2d for iPhone. Google will help you find many tutorials for this framework.

Alex Reynolds
great, thanks a lot for that great framework and of course cour help :)Do you know any other great and usefull frameworks for iphone coding?thanks!
jacky
A: 

What you need to search for are tutorials on "Collision Detection." Cocos2D is a great place but you will also need a physics engine - Box2d and Chipmunk are both physics libraries that can be used. Some good videos on youtube for cocos2d tutorials and physics engines to see if this is what you are looking for.

Matthew

TouchGameDev