Understanding OOP – Introduction
Everything that has an instance name,is an Object. Each object inherits the properties and methods of its class. The Class is basically the “prototype” of an Object,and as such,you can have as many objects as you want from a single class. In AS3,we’ve two ways of creating objects,one is using the “new” keyword,and the other [...]





