Top "Easeljs" questions

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

Simplest way to detect keypresses in javascript

I have an idea for a game in javascript (I'm going to make it with EaselJS) and I'll have to …

javascript jquery html keyboard easeljs
How to add event listeners to an array of objects

I have an array of objects (specifically easelJS images) - something like this: var imageArray = new Array; gShape = new createjs.…

javascript extjs event-listener easeljs
How to change bitmap width and height in easeljs?

I am using easeljs to create HTML5 page. I have to load the images in canvas. How to change the …

canvas bitmap height width easeljs
How can I set the z-index of EaselJS Graphics and Shapes

I have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics …

animation canvas vector-graphics easeljs createjs
EaselJS: change shape fill color on mouse click

I'm having an hard time working with EaselJS. Basically I want to create a simple grid and highlight the actual …

canvas html5-canvas easeljs
EaselJS - Rotate a shape around its center

I'm making a rotating rectangle with EaselJS but it doesn't work like I thought. As I think, if I want …

rotation easeljs
Mouse click (or touch) events on canvas causes selection using HTML5, Phonegap and Android

I am working on an HTML5 game using easlejs + phonegap and am running into an issue where the screen flashes …

android html cordova easeljs
How to handle mouseover event in EaselJS?

I'm using EaselJS and I'd like to change (slightly enlarge) images while mouse is hovering over them. It seems that …

mouseover easeljs
Using touch events with Createjs / Easeljs

I'm trying to use touch events with Createjs / Easeljs objects. For example, I'm trying to attach a touchstart and touchmove …

javascript canvas easeljs createjs
EaselJS - Best way to detect collision

I'm trying to find a good way for collision detection for my easelJS small app. I've just created 2 rectangle using …

collision-detection easeljs