Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

What would be the best approach for creating a game like flick kick with box2d and AS3?.

To make my self more clear, what i would like to do is to use the physics of box2d in the z-axis, i know that the engine is make just for 2d, but thats my question.. how to achieve this like the flick kick creators did?.

Any enlightenment will be very appreciated.

Thanks in advanced.

share|improve this question
box2d is a two-dimensional physics engine. You can draw it as 3D if you want, but it always will be about objects moving in two dimensions. Remember to turn off gravity if there is one by default. – Markus von Broady Nov 5 '12 at 23:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.