Differentiate between AS2 and AS3. - Flash

Differentiate between AS2 and AS3



AS2:

- Compiler errors are ignored while executing the file.

- Performs compile time error checking.

- Follows class-based syntax.

AS3:

- AS3 performance is 3 times more than AS2.

- Compile time errors are shown by AS3 so that, developers can fix them.

- Garbage collection system is used by AS3 for reclaiming memory space.
Post your comment