Application Class
An application is an abstract class which extends createjs.Container
and is managed by the cloudkid.OS
Methods
destroy
()
public
Destroy the application, don't use after this
init
()
public
The application is ready to use, added to stage
resize
()
public
Resize the application
update
(
public
-
elapsed
The updated function called by the OS this function is implementation-specific
Parameters:
-
elapsed
IntThe number of MS since the last frame update