Is it possible to duplicate objects through actionscript?
I'm making a bullet hell but i've encountered a slight problem, I can't use just one sprite for everything and manually animating each attack would be way too time-consuming, Is it possible for symbols to be duplicated through actionscript?
The example here is what i know how to do, being the use of a single object on loop in a set path.
But what i need is for a single stationary object to be able to create duplicates of itself when a function is called, then have those clones do a desired action or go on a set path. As shown below.

