I was wondering how can i achieve the following… (I am brain-dead today)
There is a button in my library say mybutton_btn.
I want to dynamically create an instance of it add it on stage
something like insName=new myButton_btn();
How can this be achived?