How to Clone Objects in AS3
Cloning objects in as3 is a useful method that is not implemented directly in language but that can be implemented in a few lines of code, easier than in other languages like java. Before starting we should mention that there are 2 way of cloning object: shallow cloning and deep… Read more »