CreateJs Class Hierarchy

admin  

Discover the class structure of CreateJS library using a comprehensive UML diagram, to grasp the interrelation of classes swiftly, aiding your development process. Note that the experimental DOMElement class is excluded from this guide.


Extending CreateJS Classes

admin  

An in-depth exploration of the process involved in extending classes in the CreateJS library using ECMA5, focusing particularly on leveraging inheritance and overriding methods. Despite the absence of some classes in the CreateJS library, learn how to create an effective workaround using the SimpleButton class as an example. The guide will also touch on the CreateJS unique approach to calling superclass functions and utilizing utility functions.


Action 3 Example Code and Snippets

Action 3 Example Code and Snippets

admin  

ActionScript 3, developed by Adobe for Flash, originates from ActionScript 2, a Javascript variant. It uniquely adopted the ECMA4 standard that Javascript skipped. AS3 introduced strongly typed types, now in Javascript via the "strict" operator. Its syntax similarity to TypeScript simplifies code porting from AS3 to Javascript or TypeScript.

    Snippets

Bounding Box of a Rotated Rectangle

How to Clone Objects in AS3

How to Use net.hires.debug.Stats to Test the Performance

How to Send Custom Events

How to Send Custom Events

admin