Here’s what I want to do. I want to create a rectangular box and add it to the stage. Easy enough.
At the moment I create custom classes and attach them to movie clips in the library via linkage, but in my example there is nothing to attach it to as it does not exist. How can I create a “generating class” like this?
I just want to call it with a call like
createRectangle() or possibly have some parameters createRectangle(“200”, “400”)
Many Thanks,
AK