Top "Easeljs" questions

EaselJS is a JavaScript library for working with the HTML5 canvas element.

LimeJS vs CreateJS for game development

I want to start developing HTML5/JS games. And I see these 2 frameworks LimeJS and CreateJS & EaselJS. Which one …

easeljs createjs limejs
Center text in a container (EaselJS)

I am new to EaselJS and I am trying to create a colored container with a centered text. This is …

javascript canvas easeljs createjs
Lines with easelJS using Ticker

I started learning html5 and easelJS two days ago, and I'm working on a game. Now I ran into some …

html drawing html5-canvas easeljs ticker
How to draw a polygon using EaselJS?

There are Shape.graphic methods to draw circles and rectangles easily, but no obvious method to draw polygons such as …

javascript html canvas createjs easeljs
Easel.js stage.clear() not working

Pretty simple concept but it doesn't seem to be working. Here is my code: stage.clear(); stage.update(); Simple stuff …

javascript html canvas easeljs
Easeljs: show pointer cursor when mouse is on shape's bounds

I am trying to achieve something similar to the code below. When user is on the edge of a rectangle, …

javascript drag-and-drop easeljs
Z-Index positioning with CreateJS

I'm trying to set the z-index for my line Graphic(). I'm trying to set the line to be always behind …

html canvas easeljs createjs
How to find the width and height of a DisplayObject in EaselJS

var tf = new Text(letter, font, color); var tfContainer = new Container(); tfContainer.addChild(tf); How can I find out what …

javascript html canvas easeljs
Animating Color with Tweenjs

I've recently switched to EaselJs and would like to animate the color of a circle. The code I've got so …

javascript html canvas tween easeljs
HTML5 Canvas: Moving/panning world with arrow keys in EaselJS

After a year of studying and experimenting through trial-and-error, I feel that I am starting to understand JavaScript a bit …

javascript canvas html5-canvas easeljs