Using TransformTool Class facing Errors!

Hi,

i m using com.senocular.display.TransformTool; for the resizing purposes, but when i run the file it shows warning,

Warning: 3553: Function value used where type Boolean was expected.  Possibly the parentheses () are missing after this function reference.

and when i click upon the object that is to be resized through the transform tool output window shows,

TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.senocular.display::TransformToolCursor/com.senocular.display:TransformToolCursor::controlMouseDown()
    at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.senocular.display::TransformTool/::setupInteraction()
    at com.senocular.display::TransformTool/set target()
    at BaseClass/::ShowBounds()


TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.senocular.display::TransformToolCursor/com.senocular.display:TransformToolCursor::controlMove()
    at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.senocular.display::TransformTool/::interactionHandler()

every thing is working fine but i want to get rid of this garbage…

anyone help me plz …