createjs Questions
1
I'm building a mobile app using jQuery Mobile 1.3.0, EaselJs 0.6.0 and TweenJs 0.4.0.
So, when I load the page, some content gets visually duplicated. The DIVs are not really duplicated, it is jus...
Therapeutics asked 12/4, 2013 at 10:49
2
In a project I'm working on I noticed that, on iOS, the sounds are muted when the ringer switch is turned off. The project is based on CreateJS and the sounds are managed by SoundJS.
Frustratingly...
Mcnair asked 24/11, 2016 at 14:39
2
I was wondering how could I stop an entire CreateJs canvas animation and how to restart it later.
I'd like to save computing power and memory while the canvas is not visible for the user.
Does any...
Flaggy asked 14/7, 2015 at 15:52
4
Solved
There are Shape.graphic methods to draw circles and rectangles easily, but no obvious method to draw polygons such as hexagons and polygons? How do you draw them using EaselJS?
Snooze asked 6/2, 2014 at 14:44
2
Are there any rich text editing libraries which can be used with HTML5 canvas? I have tried looking into:
Hallo Editor
It points to createjs.org which is not a canvas library.
http://bergie.iki....
Tappet asked 15/5, 2017 at 13:45
1
Solved
I'd like to dynamically downsize some images on my canvas using createjs, and then store the smaller images to be displayed when zooming out of the canvas for performance reasons. Right now, I'm us...
Corissa asked 14/3, 2016 at 0:42
1
Solved
So i have this project where i need to manipulate pictures, text and other objects to create: birthday, wedding and other cards.
Each of these cards contain fonts, styles ect. Now the tool i have...
Rhodarhodamine asked 21/2, 2016 at 22:54
0
I am looking for a way to display animated gifs using the EaselJS/CreateJS library. The only source I find are on displaying an animated spritesheet, but in this case I simply want to show an anima...
Oconnor asked 21/2, 2016 at 18:53
2
Solved
I'm trying to set the z-index for my line Graphic(). I'm trying to set the line to be always behind the other two shapes.
As far as I know, the first element added is z=0, the second one is z=1 a...
1
Solved
I want to develop a html5 mobile game. As you know, the screens of mobile devices are different size, so I want to create a responsive canvas so that it can adapt different screen.
Thrill asked 11/2, 2015 at 7:56
1
Solved
I want to have a random color where "Crimson" is defined
var stage = new createjs.Stage("demoCanvas");
var circle = new createjs.Shape();
circle.graphics.beginFill("Crimson").drawCircle(0, 0, ...
Urbanist asked 31/1, 2015 at 18:12
2
Solved
I have EaselJS Shapes on the canvas and then I start drawing Graphics each tick. At the moment the graphics are being drawn over the Shapes. Is there a way to define the z-index so that the Shapes ...
Scouring asked 19/2, 2013 at 17:11
3
How to draw shadow only in right and bottom side of object in createjs. there is no shadow over the object or on top and left side.
the shadow contains only 4 parameters
1. color of shadow
2. x...
1
Solved
I'm trying to use SoundJS to play sn mp3 file and seek to a specific position. I'm using:
instance.setPosition(10000);
which works correctly in Google Chrome. But in Mozilla Firefox I hear the s...
Bound asked 15/4, 2014 at 10:36
1
Solved
I'm looking for a logical understanding with sample implementation ideas on taking a tilemap such as this:
http://thorsummoner.github.io/old-html-tabletop-test/pallete/tilesets/fullmap/scbw_tiles....
Nutting asked 18/2, 2014 at 4:33
1
Solved
I am new to EaselJS and I am trying to create a colored container with a centered text. This is my code:
var width = 100, height = 100;
canvas.width = width + 10;
canvas.height = height + 10;
var ...
Mayoralty asked 8/11, 2013 at 15:50
0
I have an app with a little animation class. The animation class creates a canvas (using jQuery), creates a createjs.Stage element that uses this canvas, and then this stage element is used to do s...
Underlinen asked 21/8, 2013 at 12:14
1
Solved
I'm trying to use touch events with Createjs / Easeljs objects. For example, I'm trying to attach a touchstart and touchmove event using addEventListener.
Touchstart and mousedown seems to work: I...
De asked 18/6, 2013 at 10:30
6
I want to start developing HTML5/JS games. And I see these 2 frameworks LimeJS and CreateJS & EaselJS. Which one is better? Does anyone have experience with these 2 frameworks? And what a...
2
Solved
I am currently developing a game, it uses a large tiled map, that can be dragged around, and moves quickly with your character.
I have created a simple version of the problem
JSFiddle Example
Eac...
Whap asked 6/2, 2013 at 6:41
1
© 2022 - 2024 — McMap. All rights reserved.