2/5/2011 2:45:45 AM
Title:
Error type was not found.
Hello everyone...
I was just trying to do a test with Box2D in Flash Builder and when I typed
public var _fixDef:b2FixtureDef;
I am getting the error that the type was not found.
The library that I got doesn't contain b2FixtureDef.
Please give me a link to Box2D library that contains b2FixtureDef.
2/6/2011 6:59:10 AM
You should find this file inside Box2D/Dynamics folder. You can find the details and documentation here
http://www.box2dflash.org/docs/2.1a/reference/Box2D/Dynamics/b2FixtureDef.html
You can download the appropriate version of BOX2D according to your flash player from thin link
http://www.box2dflash.org/download
2/6/2011 7:08:18 AM
download the Box2d zip file from this location
https://sourceforge.net/projects/box2dflash/files/box2dflash/Box2DFlashAS3_2.1a/Box2DFlashAS3%202.1a.zip/download
You will find the b2FixtureDef class under following directory :
Source\Box2D\Dynamics