Namespaces

Classes

Application
Content
Emitter
Loader
Point
Rect
ReplaceData
Size
Bitmap
Event
Graphics
MouseEvent
MovieClip
Rectangle
Shape
Sound
Sprite
Text
Touch
Tween
DisplayObject
Stage

Namespaces

Creap
encoding
options
createjs

Events


built

Fires when built root instance by Creap.Application#start.

Source:

initialized

Fires when call new Creap.Application().

Source:

started

Fires when call Creap.Application#start.

Source:

stopped

Fires when call Creap.Application#stop.

Source:

complete

Fires when the loop of sound finishes.

Source:

end

Fires when the sound is played to the end.

Source:

click

Fires when click on the instance.

Source:

mousedown

Fires when mousedown or touchstart, on the instance.

Source:

pressmove

Fires when mousemove or touchmove, after createjs~DisplayObject.mousedown fires.

Source:

pressup

Fires when mouseup or touchend, after createjs~DisplayObject.mousedown fires.

Source: