MCPcopy Create free account

hub / github.com/apitaru/Ejecta-HEART-CreateJS / functions

Functions152 in github.com/apitaru/Ejecta-HEART-CreateJS

FunctionShadow
* This class encapsulates the properties required to define a shadow to apply to a {{#crossLink "DisplayObject"}}{{/crossLink}} * via its <code>shad
libs/createjs/createjs-2014.12.12.combined.js:3080
FunctionShape
(graphics)
libs/createjs/createjs-2013.12.12.combined.js:8438
FunctionShape
* A Shape allows you to display vector art in the display list. It composites a {{#crossLink "Graphics"}}{{/crossLink}} * instance which exposes all
libs/createjs/createjs-2014.12.12.combined.js:11101
FunctionSound
* The Sound class is the public API for creating sounds, controlling the overall sound levels, and managing plugins. * All Sound APIs on this class
libs/createjs/createjs-2013.12.12.combined.js:15997
FunctionSound
* The Sound class is the public API for creating sounds, controlling the overall sound levels, and managing plugins. * All Sound APIs on this class
libs/createjs/createjs-2014.12.12.combined.js:20931
FunctionSoundChannel
* An internal class that manages the number of active {{#crossLink "SoundInstance"}}{{/crossLink}} instances for * each sound type. This method is o
libs/createjs/createjs-2013.12.12.combined.js:17271
FunctionSoundChannel
* An internal class that manages the number of active {{#crossLink "AbstractSoundInstance"}}{{/crossLink}} instances for * each sound type. This met
libs/createjs/createjs-2014.12.12.combined.js:22164
FunctionSoundInstance
()
libs/createjs/createjs-2013.12.12.combined.js:17536
FunctionSoundLoader
* A loader for HTML audio files. PreloadJS can not load WebAudio files, as a WebAudio context is required, which * should be created by either a lib
libs/createjs/createjs-2014.12.12.combined.js:20217
FunctionSprite
(spriteSheet, frameOrAnimation)
libs/createjs/createjs-2013.12.12.combined.js:7878
FunctionSprite
* Displays a frame or sequence of frames (ie. an animation) from a SpriteSheet instance. A sprite sheet is a series of * images (usually animation f
libs/createjs/createjs-2014.12.12.combined.js:10662
FunctionSpriteSheet
(data)
libs/createjs/createjs-2013.12.12.combined.js:2992
FunctionSpriteSheet
* Encapsulates the properties and methods associated with a sprite sheet. A sprite sheet is a series of images (usually * animation frames) combined
libs/createjs/createjs-2014.12.12.combined.js:3282
FunctionSpriteSheetBuilder
()
libs/createjs/createjs-2013.12.12.combined.js:9493
FunctionSpriteSheetBuilder
* The SpriteSheetBuilder allows you to generate sprite sheets at run time from any display object. This can allow * you to maintain your assets as v
libs/createjs/createjs-2014.12.12.combined.js:12278
FunctionSpriteSheetLoader
* A loader for EaselJS SpriteSheets. Images inside the spritesheet definition are loaded before the loader * completes. To load SpriteSheets using J
libs/createjs/createjs-2014.12.12.combined.js:20342
FunctionSpriteSheetUtils
()
libs/createjs/createjs-2013.12.12.combined.js:9261
FunctionSpriteSheetUtils
* The SpriteSheetUtils class is a collection of static methods for working with {{#crossLink "SpriteSheet"}}{{/crossLink}}s. * A sprite sheet is a
libs/createjs/createjs-2014.12.12.combined.js:11895
FunctionStage
(canvas)
libs/createjs/createjs-2013.12.12.combined.js:6794
FunctionStage
* A stage is the root level {{#crossLink "Container"}}{{/crossLink}} for a display list. Each time its {{#crossLink "Stage/tick"}}{{/crossLink}} * m
libs/createjs/createjs-2014.12.12.combined.js:9642
FunctionTagLoader
(item)
libs/createjs/createjs-2013.12.12.combined.js:14514
FunctionTagPool
* The TagPool is an object pool for HTMLAudio tag instances. In Chrome, we have to pre-create the number of HTML * audio tag instances that we are g
libs/createjs/createjs-2013.12.12.combined.js:19976
FunctionTagPool
* The TagPool is an object pool for HTMLAudio tag instances. In Chrome, we have to pre-create the number of HTML * audio tag instances that we are g
libs/createjs/createjs-2014.12.12.combined.js:24387
FunctionTagRequest
* An {{#crossLink "AbstractRequest"}}{{/crossLink}} that loads HTML tags, such as images and scripts. * @class TagRequest * @param {LoadItem} load
libs/createjs/createjs-2014.12.12.combined.js:17049
FunctionText
(text, font, color)
libs/createjs/createjs-2013.12.12.combined.js:8596
FunctionText
* Display one or more lines of dynamic text (not user editable) in the display list. Line wrapping support (using the * lineWidth) is very basic, wr
libs/createjs/createjs-2014.12.12.combined.js:11209
FunctionTextLoader
* A loader for Text files. * @class TextLoader * @param {LoadItem|Object} loadItem * @constructor
libs/createjs/createjs-2014.12.12.combined.js:19526
FunctionTicker
()
libs/createjs/createjs-2013.12.12.combined.js:882
FunctionTicker
* The Ticker provides a centralized tick or heartbeat broadcast at a set interval. Listeners can subscribe to the tick * event to be notified when a
libs/createjs/createjs-2014.12.12.combined.js:1119
FunctionTimeline
(tweens, labels, props)
libs/createjs/createjs-2013.12.12.combined.js:21176
FunctionTimeline
* The Timeline class synchronizes multiple tweens and allows them to be controlled as a group. Please note that if a * timeline is looping, the twee
libs/createjs/createjs-2014.12.12.combined.js:25971
FunctionTouch
()
libs/createjs/createjs-2013.12.12.combined.js:11820
FunctionTouch
* Global utility for working with multi-touch enabled devices in EaselJS. Currently supports W3C Touch API (iOS and * modern Android browser) and the
libs/createjs/createjs-2014.12.12.combined.js:14247
FunctionTween
(target, props, pluginData)
libs/createjs/createjs-2013.12.12.combined.js:20325
FunctionTween
* A Tween instance tweens properties for a single target. Instance methods can be chained for easy construction and sequencing: * * <h4>Example</h
libs/createjs/createjs-2014.12.12.combined.js:25163
FunctionUID
()
libs/createjs/createjs-2013.12.12.combined.js:794
FunctionUID
* Global utility for generating sequential unique ID numbers. The UID class uses a static interface (ex. <code>UID.get()</code>) * and should not be
libs/createjs/createjs-2014.12.12.combined.js:1705
FunctionVideoLoader
* A loader for video files. * @class VideoLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @constructor
libs/createjs/createjs-2014.12.12.combined.js:20280
FunctionWebAudioPlugin
* Play sounds using Web Audio in the browser. The WebAudioPlugin is currently the default plugin, and will be used * anywhere that it is supported.
libs/createjs/createjs-2013.12.12.combined.js:17649
FunctionWebAudioPlugin
* Play sounds using Web Audio in the browser. The WebAudioPlugin is currently the default plugin, and will be used * anywhere that it is supported.
libs/createjs/createjs-2014.12.12.combined.js:24079
FunctionWebAudioSoundInstance
(src, startTime, duration, playbackResource)
libs/createjs/createjs-2014.12.12.combined.js:23779
FunctionXHRLoader
(item, crossOrigin)
libs/createjs/createjs-2013.12.12.combined.js:14862
FunctionXHRRequest
* A preloader that loads items using XHR requests, usually XMLHttpRequest. However XDomainRequests will be used * for cross-domain requests if possi
libs/createjs/createjs-2014.12.12.combined.js:17296
FunctionXMLLoader
* A loader for CSS files. * @class XMLLoader * @param {LoadItem|Object} loadItem * @constructor
libs/createjs/createjs-2014.12.12.combined.js:20582
Functionctor
()
GloboApp/src/underscore.js:566
Functionlater
()
GloboApp/src/underscore.js:624
FunctionmyApp
()
App/myApp.js:6
FunctiononMouseDown
(e)
App/myApp.js:35
FunctiononPressMove
(e)
App/myApp.js:54
FunctiononPressUp
(e)
App/myApp.js:76
FunctiononTick
()
App/myApp.js:97
Functiontemplate
(data)
GloboApp/src/underscore.js:1138
← previous101–152 of 152, ranked by callers