999 questions
0
votes
0
answers
271
views
Is PixiJs is good for creating Graph to plot large number of data points with zoom and scroll
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 ...
0
votes
1
answer
107
views
Weird fill + stroke alpha in CreateJS
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, ...
1
vote
1
answer
246
views
Create.js/Easel.js - createjs.Bitmap() - Getting SVG to load at original size?
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 ...
0
votes
2
answers
357
views
Keep angle between 1 and 180 degrees
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 ...
0
votes
1
answer
179
views
Drag object around a half circle on mouse over - Adobe Animate HTML5 Canvas
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 ...
0
votes
2
answers
273
views
Drag object around a circle on mouse over - Adobe Animate/Create.js/Easel.js
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 ...
0
votes
1
answer
63
views
Set button state - Create.js/Easel.js
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....
1
vote
2
answers
248
views
Is it possible to add a Gradient Filter to a Bitmap with EaselJS?
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....
0
votes
2
answers
50
views
How can I check if a symbol/MC is a child of another symbol/MC?
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. ...
0
votes
1
answer
85
views
Can I Save only a specific item of an HTML canvas?
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 ...
0
votes
1
answer
97
views
How to ignore right click on Easel JS
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 ...
0
votes
1
answer
262
views
easelJS & adobe_animate blur filter not working
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 ...
0
votes
2
answers
255
views
CreateJs not showing an image
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">
&...
2
votes
0
answers
109
views
How to center scaling of game world in Create.js?
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 ...
0
votes
1
answer
103
views
Is it possible to share a easel.js shape instance through json?
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 ...