sureshdavid
11-26-2009, 05:33 AM
Hi,
I'm newbie to as3,...
Here I have found a strange problem,... i have already make enabled false in a numericalstepper component, but even its in enabled false stage it has a mouse click event, why this happened?...
Any method to clear the mouseClick event when i enabled false a numerical stepper..
My script is here..
var NS:NumericStepper = new NumericStepper();
addChild(NS);
NS.enabled = false;
hope you understand , and help me...
I'm newbie to as3,...
Here I have found a strange problem,... i have already make enabled false in a numericalstepper component, but even its in enabled false stage it has a mouse click event, why this happened?...
Any method to clear the mouseClick event when i enabled false a numerical stepper..
My script is here..
var NS:NumericStepper = new NumericStepper();
addChild(NS);
NS.enabled = false;
hope you understand , and help me...