EaselJS is a JavaScript library for working with the HTML5 canvas element.
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 easeljsI have an array of objects (specifically easelJS images) - something like this: var imageArray = new Array; gShape = new createjs.…
javascript extjs event-listener easeljsI have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics …
animation canvas vector-graphics easeljs createjsI'm having an hard time working with EaselJS. Basically I want to create a simple grid and highlight the actual …
canvas html5-canvas easeljsI'm making a rotating rectangle with EaselJS but it doesn't work like I thought. As I think, if I want …
rotation easeljsI'm using EaselJS and I'd like to change (slightly enlarge) images while mouse is hovering over them. It seems that …
mouseover easeljsI'm trying to use touch events with Createjs / Easeljs objects. For example, I'm trying to attach a touchstart and touchmove …
javascript canvas easeljs createjsI'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