Hi
I'm using Box2D and i get a strange error: Attachment 6903
Anyone know what that could mean?
Printable View
Hi
I'm using Box2D and i get a strange error: Attachment 6903
Anyone know what that could mean?
I experienced something similar when adding a body to an object with a Y co-ordinate of 40,000. You up to anything like that?
Would be nice if you isolated this error or could post a stripped down MFA. Since it fails on an "in range" function, you must be doing something outside of some boundaries. My best guess is that you're simply overshooting the specified world boundaries in the object properties, but I'm not sure. The failure happens in the shape code, so it might be related to a shape creation action.
Yes.
Solution: Click on the Phizix object and change the world boundaries.
Should have tried around a bit more before making this topic. :(
Oh well.... Thanks anyways!
This happens if you place a shape outside the world boundaries
ChrisBurrows, you can't have ordinates past 32767. Anything past that will wrap around to -32768.
Gonna ask here so i don't open a new topic.
Is there a proper documentation somewhere for Box2D? There are so many settings i have no clue about. Like all the "iterations" and "slops".
Also, does anyone have any news about version 2.0?
The documentation for the flash version of Box2D also applies to the standard version, it also explains some of the settings. You should ignore the Box2D internal settings, those aren't as important for beginners.