Skip to main content
This topic has been closed for replies.

1 reply

Lee_Burrows
Participating Frequently
November 13, 2010

i found this tutorial very helpful: http://www.adobe.com/newsletters/edge/april2010/articles/article7/index.html?trackingid=FDTKD

its for version 2.0 so will need some work to convert to 2.1 but it will get you started.

as for how easy it is, that depends on your AS3 skills - if you are comfortable with AS3 then it shouldn't be a problem.

jagguy999Author
Known Participant
November 14, 2010

can box2D flash be able to make the common  motorcycle game where you ride over objects and go down hill etc

or is this better done with another engine?

http://www.shegame.com/view/3075/Motor-Bike-2

Lee_Burrows
Participating Frequently
November 14, 2010

box2D would work for a game like this - i suspect the game was acually built with box2D.

there are other 2d physics engines out there, but box2D is probably the best as it was ported over from the c++ version which has been developed and refined over many years.