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

15 30 50 per page
1
2 3 4 5
67