I finally finished the QuickBox2D documentation. Check it out here.
You can download QuickBox2D and see a few example code snippets on the QuickBox2D page. Should have a tutorial on that page in the next couple of days.
I finally finished the QuickBox2D documentation. Check it out here.
You can download QuickBox2D and see a few example code snippets on the QuickBox2D page. Should have a tutorial on that page in the next couple of days.
5 Comments
thanks Zevan
FYI, you have an extra http in the first link
ooh… thanks, link is fixed
Hey dude, really nice work. am loving quickbox, and greatfull for the effort. I would like to report a small issue, dont think its a bug just something i found moving over to Mac and Flex Builder 3. It refers to the QuickBox2D.as class. Line 42: public var timeStep:Number = 1/60; In flex builder this line resolves to 0 (ZERO), for some reason if u assign the var here it doesnt work. So when u get to the onRender() method, this was 0. So i had to add the assignment line in the constructor. timeStep = 1 / 60;
I am compiling with Flex SDK 3.2, Mac os, v 10.5.7
this has sorted the problem..
Wow that is really strange…. I’ll have to look into that. Thanks Rw.