Questions tagged as 'easeljs'

1
answer

EaselJS isometric map, problem in code, 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({ "images": ["images/tiles.png"], "frames...
asked by 01.05.2014 / 22:06
1
answer

Error reading 'getContext' when inheriting class 'createjs.Sprite'

I started developing an HTML5 game using the EaselJS library. When creating a class called Bot , which will contain the code of the robot used in the game, I get the following error: Uncaught TypeError: Cannot read property 'getContext...
asked by 11.01.2014 / 17:29