Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
271 views

I want to build a Graph with scroll and zoom something similar to this (https://www.amcharts.com/demos-v4/line-chart-with-scroll-and-zoom-v4/) with lot more customization. I don't want to use any ...
Abdul Sathar's user avatar
0 votes
1 answer
107 views

I'm attempting to create a text shadow in CreateJS, although I suspect this issue applies to any fill + stroke combination with an alpha < 1. I want my text stroke to be aligned outside of my text, ...
GeorgePorge's user avatar
1 vote
1 answer
246 views

I am using createjs.Bitmap to add an SVG to the stage. This is in Adobe Animate HTML5 Canvas which uses the Create.js/Easel.js frameworks. The project is using a responsive layout. The problem is ...
IlludiumPu36's user avatar
  • 4,324
0 votes
2 answers
357 views

I have the following which returns the rotation in degrees of an object, lensParentRight, through 360. This is in Adobe Animate HTML5 Canvas (create.js/easel.js would apply). cylinderAngle is just ...
IlludiumPu36's user avatar
  • 4,324
0 votes
1 answer
179 views

I have the following code in Adobe Animate HTML5 Canvas using JavaScript/Easel.js/Create.js. The code enables an object to be dragged around a circle. I now want to change this to function for a half ...
IlludiumPu36's user avatar
  • 4,324
0 votes
2 answers
273 views

Using Adobe Animate HTML5 Canvas which employs Create.js/Easel.js. I have the following code which drags an object around a circle. Works Ok, but the object should only be moveable when the cursor is ...
IlludiumPu36's user avatar
  • 4,324
0 votes
1 answer
63 views

In Adobe Animate HTML5 Canvas (Create.js/Easel.js), I am trying to set the state of a button, but not working with various code: this.retinoscopeButton.addEventListener("click", retinoscope....
IlludiumPu36's user avatar
  • 4,324
1 vote
2 answers
248 views

I have a Bitmap inside of a Container. The Container has all the transform properties (these properties are dynamic, they are fetched from the server). // Container const display = new createjs....
atian155's user avatar
0 votes
2 answers
50 views

I'm using Adobe Animate HTML5 Canvas. EaselJS would also apply. How can I check if a symbol/MC is a child of another symbol/MC? So a symbol/MC is added as a child of lensParentLeft in the following. ...
IlludiumPu36's user avatar
  • 4,324
0 votes
1 answer
85 views

I've already known that there is a similar question "Save only a certain part of an HTML canvas" been solved. Save only a certain part of an HTML canvas However, my question is if there are ...
陳佩怡's user avatar
0 votes
1 answer
97 views

I am working on Easel JS and came across one issue. If I am adding Events to one easelJs element then how can I ignore the right-click and only listen to left-click? Click should work on a primary key ...
Shubham Shinde's user avatar
0 votes
1 answer
262 views

I'm trying to implement a blur filter in animateCC2019. I succeeded in creating the blur... But have trouble animating it. Here is what I put in animate CC, in the action panel at that time for that ...
Mikey Muss's user avatar
0 votes
2 answers
255 views

I am new to create js and I want to show an image in localhost:8000 This is the index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> &...
Glow Bunny's user avatar
2 votes
0 answers
109 views

I am creating a Create.js 2D game engine in JavaScript and need a way to center the player (which will be a sprite placed in the center of the screen) when the main container is scaled. It should be ...
Charlotte Harper's user avatar
0 votes
1 answer
103 views

I am trying to sync the state of a html canvas across multiple clients. I am using the easel.js framework, and it defines the shape objects. When a client adds a shape to their own stage, I want to ...
Zephers's user avatar
  • 333
0 votes
1 answer
521 views

I have a project in CreateJS which I'd like to remake without CreateJS, but it seems that all my images are in an EaselJS shape format. For example: this.shape_1 = new cjs.Shape(); this.shape_1....
nHaskins's user avatar
  • 827
0 votes
1 answer
201 views

I'm new to EaselJS and I have a stage with bitmaps and I need to add painting functionality so shapes can be drawn on top of bitmaps. The paint function needs stage.autoClear = false to create the ...
Rich A.'s user avatar
  • 15
0 votes
1 answer
134 views

Hope you're doing well and day has been good for you. My scenario is, we used create js Create JS library for drawing shapes in our old Angular JS project and the code is below: polygonGraphics(){ ...
jogo's user avatar
  • 45
0 votes
1 answer
723 views

In angular, I am trying to load a component dynamically but I am not able to do it. I have shape which I am creating using create Js, now what I want to do is to load a component when this shape gets ...
jogo's user avatar
  • 45
0 votes
1 answer
198 views

I am a complete novice in CreateJS and I am using it to try and make a simple canvas game. The user clicks a point on the screen and the sprite moves and stops. I have different display containers in ...
CactusPlant's user avatar
1 vote
2 answers
1k views

I'm trying to make a game with EaselJS, and since it's [current year], I'm using TypeScript. There are "official" types that I'm using from here, but I can't get it working together with ...
acolannino's user avatar
0 votes
2 answers
146 views

Is there a way to determine whether two Shape objects are the same? By same I mean they have same shape and size, preferably (but not necessarily) also same x and y?
czmadzia's user avatar
0 votes
1 answer
443 views

In Adobe Animate (HTML5 Canvas) I need to check if two buttons have been clicked on and advanced to the second frame and if both have then display a movieclip. I am new to programming and not sure how ...
bobl's user avatar
  • 1
0 votes
1 answer
169 views

I am adopting easeljs from raw canvas programming, one feature that has me stuck is how to resize the stage when the browser window resized. I just listen to the resize event of the window and ...
PA.'s user avatar
  • 29.5k
0 votes
1 answer
129 views

I have to generate a block arrow using HTML5 canvas. I found few very good answers for this here. But my requirement is different. I have to calculate the 6 points shown in the below picture. I have ...
Abhishek Raj's user avatar
0 votes
1 answer
369 views

I'm using zimjs library for my canvas project. I'm trying to do continued pressing around the circles. When pressing and moving over the circles, circles must be change color. But pressmove event don'...
mehmetdemiray's user avatar
0 votes
1 answer
156 views

I'm trying to make a car game that rotates the car everytime you press an arrow key. I've created the car, but everytime I try to rotate it with ctx.Rotate, the car gets stuck after moving it a ...
user avatar
1 vote
0 answers
143 views

I'm using EaselJS for a project, and have the need to store the details of various 'Shape' objects in a database, so that they can be re-drawn at another time. My project has the 'Stage' set up so ...
hmcleay's user avatar
  • 61
1 vote
0 answers
55 views

Version: CreateJS - Version: 1.0.1 EaselJS - Version 1.0.2 Browsers: - Chrome (Latest) - Firefox (Latest) OS: Windows 10 I am experiencing an issue that was previously described over 6 years ...
Miaplacidus's user avatar
1 vote
1 answer
1k views

I've created an html5 canvas file in Animate CC and I can't seem to get it to respond to touches when run on a touch screen device. I've created a stripped down file to demonstrate the issue. Every ...
Dale de Silva's user avatar
0 votes
1 answer
732 views

I’m having some trouble incorporating pan/zoom behaviour with the ability to also drag-move some shapes around on the canvas, using EaselJS. I want to be able to move the shape ONLY if I mousedown ...
hmcleay's user avatar
  • 61
0 votes
0 answers
451 views

I have a HTML Canvas on my website that I use to contain balls that drop into the canvas, they bounce around and have a real good time settling down at the bottom in a range of ways. I was under the ...
Jason Is My Name's user avatar
0 votes
2 answers
286 views

Using EaselJS 1.0 I want to move a line. I can get this to work setting the x and y by incrementing and decrementing, but not by setting x and y directly to numbers. IOW - line.x++; works, but line.x =...
john clarkson's user avatar
1 vote
2 answers
814 views

I've been using CreateJS (EaselJS) for a while now, and have utilized Bitmaps as well as Rect shapes. I'm currently working with the line shape to draw a line between two points. I want to change the ...
Eyesight Technology's user avatar
0 votes
0 answers
250 views

I am into a situation where is need to find out of the shape is drawn inside an other shape on canvas. For Example: I have a canvas and I draw a random shape by plotting the points on the canvas and ...
Niranth Reddy's user avatar
0 votes
2 answers
217 views

I try to add a non-breaking space when using CreateJS (or EaselJS). But it does not work. For example: I don't want a linebreak between a "text" and a "!" Example: this.copy_01 = new cjs.Text("This ...
Seppelhutura's user avatar
0 votes
1 answer
522 views

EDIT: I was tempted to delete this question when I had an epiphany regarding the way javascript handles variables. The "CorrectAnswer" variable will be accessible outside the function once the the ...
Richard Musgrave's user avatar
3 votes
1 answer
804 views

I'm using HTML5 Canvas in Adobe Animate. I'm trying to write a function that allows me to drop a text message anywhere on the stage. Please see my code below. function newtext(TextToDisplay, ...
Richard Musgrave's user avatar
0 votes
1 answer
969 views

I am evaluating whether I want to use EaselJS to make a JS image viewer/editor. One necessary feature is the scroll to zoom feature. This means when you have your mouse over a bitmap and you move the ...
DaDuStMaN20's user avatar
0 votes
1 answer
495 views

I can't get my animation to pause. I'm using createjs CDN inside vue-cli, trying to make my animation pause at the click of a pause button. I think my setup is okay, because if I replace "createjs....
Cuckoos's user avatar
  • 33
1 vote
1 answer
240 views

I have two shape at same position, not same color, and when i click over them, i want to fire click event on both, not just the first. These two shapes are in the same container. I have tried ...
user3494748's user avatar
0 votes
1 answer
125 views

I'm trying to make a function that make play a symbol animation (hijo) when i click other one (padre). I want a function to use them many times so I'm trying to automatized. Im getting the instance ...
Scrabech's user avatar
0 votes
1 answer
511 views

I am quite new with createJS - I want to achieve like a countdown timer animation: I stumbled upon this issue which have this fiddle - I want to achive something like this but I want to create an arc ...
I am L's user avatar
  • 4,680
3 votes
2 answers
775 views

I want to display a bitmap in my web application. Before displaying it, I want to rotate it to a certain degree and afterwards crop a specific area. Is there a way to rotate a bitmap, without ...
Chris's user avatar
  • 33
1 vote
1 answer
429 views

I have several display objects in createjs and event using easeljs i want to prevent from mouse and touch event passing through them. i want like a easy one liner like .mouseEnabled or .mouseChildren ...
user1841144's user avatar
2 votes
1 answer
553 views

For whatever reason, I can't seem to get Firefox to render SVGs through CreateJS. Probably a bug, but I'm willing to fallback to raster graphics. The problem is I can't position a raster graphic vs an ...
CoryCoolguy's user avatar
  • 1,097
0 votes
1 answer
175 views

I have an Easel.js-based canvas and a bunch of SVGs. When I put these SVGs on canvas as vector shapes and try to scale the whole canvas, some SVG contours become distorted / blurred. Are there any ...
SagRU's user avatar
  • 448
3 votes
2 answers
372 views

I'm trying to create an animation by setting a background to a canvas and then trying to move my assets over the background image. I'm able to display the background image in the canvas and also able ...
Steve Tom's user avatar
0 votes
1 answer
572 views

I'm trying to generate a sprite-sheet dynamically in easeljs after triggering a event from the ipcMain to a window. The problem i'm having is that preloadjs/easeljs trigger this error in the console: ...
Luca Baxter's user avatar
0 votes
0 answers
301 views

I was wondering if anyone knew how to set a transparency color and select a color to be replaced with another one for a sprite sheet and bitmaps using EaselJS. I'm creating a JavaScript game where ...
WindowsTV's user avatar

1
2 3 4 5
20