Classes
- Application
- Content
- Emitter
- Loader
- Point
- Rect
- ReplaceData
- Size
- Bitmap
- Event
- Graphics
- MouseEvent
- MovieClip
- Rectangle
- Shape
- Sound
- Sprite
- Text
- Touch
- Tween
- DisplayObject
- Stage
Namespaces
Events
-
built
-
Fires when built root instance by Creap.Application#start.
-
initialized
-
Fires when call new Creap.Application().
-
started
-
Fires when call Creap.Application#start.
-
stopped
-
Fires when call Creap.Application#stop.
-
complete
-
Fires when the loop of sound finishes.
-
end
-
Fires when the sound is played to the end.
-
click
-
Fires when click on the instance.
-
mousedown
-
Fires when mousedown or touchstart, on the instance.
-
pressmove
-
Fires when mousemove or touchmove, after createjs~DisplayObject.mousedown fires.
-
pressup
-
Fires when mouseup or touchend, after createjs~DisplayObject.mousedown fires.