Questions tagged [createjs]

A suite of Javascript libraries and tools for building rich, interactive experiences with HTML5.

CreateJS is a suite of modular libraries and tools which work together to enable rich interactive content on open web technologies via HTML5. These libraries are designed to work completely independently, or mixed and matched to suit your needs.


The CreateJS Suite is comprised of:

  • EaselJS - Makes working with HTML5 Canvas a breeze
  • TweenJS - Powerful library for tweening and animating
  • SoundJS - Tools for working with HTML5 Audio API
  • PreloadJS - Asset management system
  • Zoë - Tool written in ActionScript for producing Sprites for the CreateJS library.

Resources


Related tags

1271 questions
0
votes
1 answer

Soundjs is not playing sound in iPad1 and Window Lumia Phone

I am new HTML5 developer, am using soundjs library for play audio in html5 web application. But soundjs is not able play sound in iPad1, Window Phone and some of android mobile. It seem to be not initialized audio plugin, that's hwy his not able to…
Harry
  • 3
  • 3
0
votes
1 answer

For loop - dynamically loop through more than array

I'm trying to add several sprites and their associated label to a create js container object using a for loop. Is it possible to add both at the same time, like so? NPCs.push(spriteBMP, spriteBMP2, spriteBMP3); Lables.push(spriteLabel,…
user3871
  • 12,432
  • 33
  • 128
  • 268
0
votes
1 answer

Create JS: Usage of "containers"

I'm creating a RPG and would like to add all of my sprites to a spriteContainer, and NPCs to a npcContainer, etc... The reason being is so I can simply add the container and their associated labels to the stage instead of each individual sprite. I…
user3871
  • 12,432
  • 33
  • 128
  • 268
0
votes
1 answer

CreateJS/EaselJS web page (not game) consisting of several pages

I have coded an existing (pure) HTML5 Canvas web page consisting of several pages, 'buttons' and 'hotspots'. It is pure canvas javascript code. Reason why I put 'buttons' and 'hotspots' in quotes is because I have actually implemented those in pure…
toshko
  • 1
  • 4
0
votes
2 answers

Listen to the end of tick event easelJS/createJS/movieclip class

I have created a simple animation using flash and exported it as a createJS animation(HTML5) . When I went through the source code , I see function handleComplete() { exportRoot = new lib.stage_01(); stage = new createjs.Stage(canvas); …
Harsha Venkataramu
  • 2,887
  • 1
  • 34
  • 58
0
votes
1 answer

EaselJS: Can't add event listener to an EaselJS + Box2dWeb example

I'm trying to add an event listener to the example here: http://www.luxanimals.com/blog/article/combining_easel_box2d What I'm trying to do is, I changed the Bitmap to var birdBMP = new createjs.Bitmap("images/bird.png"); birdBMP.x =…
user1767833
  • 129
  • 2
  • 10
0
votes
1 answer

EaselJS mouse / touch events not being triggered

I'm struggling to get any of the mouse events working with the latest easeljs library (easeljs-0.6.1.min.js). I'm using TypeScript (the definition of which seems to be up to date). My stage, container etc are set up as follows: stage = new…
Tristan Warner-Smith
  • 9,631
  • 6
  • 46
  • 75
0
votes
1 answer

On Progress Event of SpriteSheet Animation Using createjs?

I am using "onAnimationEnd" event but want to do some work when animation is progress. So I want to know current animated frame number via any progress or any event ? Thanks for your help.
Harish Patidar
  • 303
  • 4
  • 13
0
votes
1 answer

How to change current container on createJS

I`m making one stereoscopic animation with createjs, a lot of balls rolls to you without collision, but they have different speeds. They start with scale .001 (far away) to 1 (when hits you), the balls have differents speeds, so if one ball grow…
scel.pi
  • 703
  • 6
  • 9
0
votes
1 answer

Aptana Studio CreateJS Code Assist(Auto Complete)

I've recently installed the Aptana Studio 3 (I believe 3.4.1) and wanted to start to use CreateJS. When I start coding, I don't see any code assist or autocomplete for the CreateJS libraries. Is this something I have to manually add? If so, how? Or…
Rai
  • 138
  • 1
  • 9
0
votes
0 answers

EaselJS Uncaught Error: InvalidStateError: DOM Exception 11

I have created a class that loads a Tiled Map file and esports it as a createjs Container which contains a lot of bitmaps. It works, but i'd like to cache the map once it is loaded. Map is shown pretty well, but when I call I call…
0
votes
1 answer

How to Get Display Object width using createjs framework in html5

How to get Display Object using createjs or easeljs. Graphics Obj : var myShape = new createjs.Shape(); myShape .graphics.beginStroke("#FFFFFF"); myShape .graphics.setStrokeStyle(5); myShape .graphics.beginFill("#C1272D").drawRect(0, 0,…
Harish Patidar
  • 303
  • 4
  • 13
0
votes
1 answer

How to Get Graphics Object Width Using createjs Framework in Html5

How to get graphics object width or text width using createjs or easeljs. Graphics Obj : var myShape = new createjs.Shape(); myShape .graphics.beginStroke("#FFFFFF"); myShape .graphics.setStrokeStyle(5); myShape…
Harish Patidar
  • 303
  • 4
  • 13
0
votes
1 answer

EaselJS : Bitmap Animation : Setting Frame Speed

How is it possible to set the FRAME SPEED for an individual Bitmap Animation if I need it to run say at 10% the application FPS ? Thanks
0
votes
1 answer

Images Symfony CMF create.js

I have installed Symfony CMF and everything works fine, but not like in cmf.liip.ch In cmf.liip.ch when I try to add image it can be uploaded, but in my application createjs does not allow me with this option ? So everything is by default in my…
FortuneSoldier
  • 502
  • 3
  • 21