What is AS3 super() statement?
One interesting statement that’s almost unexplained in the web is super(). Before explaining super()’s features, let me talk about superclasses. From Wikipedia: In computer science, a superclass is a class from which other classes are derived. A superclass is also called a parent class’. The classes that are derived from a superclass are known as [...]





