Greetings everyone, i'm new to the DP forums. At first glance I didn't see a Flash/ActionScript forum so I chose this forum for this post. Box2D is a sweet physics engine written in C++, and it's been ported over to AS3 by this guy over at http://www.sideroller.com/wck/ His initial setup wiki is thorough, however there is no documentation of the methods. I did post in a thread in the Box2D forums: http://www.box2d.org/forum/viewtopic.php?f=8&t=4105&p=21978#p21978 ...however I'm not versed in C++ so the advice given to me is fruitless. I'm sure someone has used this engine in game development, so I'm hoping that someone out there compiled some better documentation on use with ActionScript. Any help would be greatly appreciated. Thanks for reading.
After more research, I think I answered part of my own question. Box2D does have some examples here: http://www.box2d.org/wiki/index.php?title=Manual/AS3 And there are some good tutorials which I'm going to fire up here: http://www.kerp.net/box2d/index.php If anyone knows of other resources, please let me know. Thanks.