Tag Archives: constructor

constructor as helper in clone method implementation

Hi, if you wanted to implement the clone method to create duplicates of your class you certainly face the problem in extending class where you had to duplicate the code just because the new instance should be type of the … Continue reading

Posted in actionscript, flash | Tagged , | 2 Comments