PDA

View Full Version : Physics help


zilchvortex
02-28-2008, 11:38 PM
im new to the forum and ive been trying to get i sort of basic looking physics can anyone help me on making physics that look like the file in the attachment.

Bombdogs
02-29-2008, 12:36 PM
That's not so simple. Your best bet is to take a look at actionscript physics engines.... Box 2D & APE are two that spring to mind.

PMF

newblack
02-29-2008, 06:22 PM
you need to be able to detect and resolve collisions... because you mention the motion, i assume it's the resolution. you can look at the collision resolver from my physics engine here. (http://code.google.com/p/foam-as3/source/browse/trunk/src/org/generalrelativity/foam/dynamics/collision/CollisionResolver.as)

zilchvortex
03-01-2008, 09:59 PM
is there any helpful tutorials for gravity or physics in flash

OmenKing
03-03-2008, 07:46 PM
Two amazing resources are:

http://www.friendsofed.com/book.html?isbn=1590595181

http://www.robertpenner.com/