I’m trying
import fl.controls.Button;
var b1:Button = new Button();
this.addChild(b1);
b1.selected = true;
And it doesn’t work.
Should the Button be supposed to ‘select’… ?
Where is the error?
Tanks in advance.
I’m trying
import fl.controls.Button;
var b1:Button = new Button();
this.addChild(b1);
b1.selected = true;
And it doesn’t work.
Should the Button be supposed to ‘select’… ?
Where is the error?
Tanks in advance.
:: Copyright KIRUPA 2024 //--