I have a simple shape I have drawn in Flash, and I want to know if it's possible to convert that shape into actionscript 2 code so that it is drawn by code instead of it being a symbol in the fla
file.
The reason being is that I have a global.as
shared actionscript file that is used in 4 different applications and I don't want to add this shape to every application, for maintenance purposes. Is there an easy way to convert or do I have to code it from scratch?
Thanks for your help.