i have imported the package:-
import fl.motion.*;
& trying to trace the brightness of myFrame(which is instance name of my MovieClip) as
trace(myFrame.brightness);
to my surprise it shows undefined, what could be left undone in this simple statement ?