QuickBox2D tester

Wrapper for QuickBox2D.
Since QuickBox2D is a wrapper for as3box2d or Box2D this is a wrapper of the wrapper.
QuickBox2D is a wrapper of box2d: in the sense that it allows to instantiate Box2D objects easier than just using the original Box2D framework/librarires.
This is a wrapper of QuickBox2D in the sense that it allows code completion when instatiating QuickObject's "params" variable (the second arguments in QuickObjects' constructor): see AbstractGenerator bellow and all its children, namely : AbstractQuickObject, SCQuickBox2DObject, SCCircleObject, SCBoxObject, AbstractJointObject, etc.
This might also be considered a wrapper of QuickBox2D in the sense that it is an attempt to implement the following sentence: "Add objects to the simulation just like if you were adding objects to the display list".
This is just an excercise on using flashdevelop's and flashdevelop plugins' code generation capabilities.