Most voted "easeljs" questions
Easeljs is a Javascript library that makes working with the HTML5 canvas element easy. Useful for creating games, generative art, and other highly graphic experiences. If the question is not about "Easeljs", do not use this tag, even if you are using "Easeljs" in your project.
Learn more…2 questions
Sort by count of
-
10
votes1
answer446
viewsEaseljs isometric map, code problem, can identify
window.onload = function() { var stage = new createjs.Stage("canvas"); var bmp; var board; var img; var data; var tileClone; var x,y; var mapWidth; var mapHeight; img = new createjs.SpriteSheet({…
-
6
votes1
answer130
viewsgetcontext reading error when inheriting the createjs. Sprite class
I started developing a HTML5 game using the library Easeljs. When creating a class called Bot, which will contain the code of the robot used in the game, got the following error: Uncaught TypeError:…