Questions tagged [create.js]

Create.js is a comprehensive web editing interface for Content Management Systems. It is designed to provide a modern, fully browser-based HTML5 environment for managing content.

Create.js is a comprehensive web editing interface for Content Management Systems, designed to provide a modern, fully browser-based HTML5 environment for managing content.

Create.js has been written in JavaScript so that it can be integrated as the web editing interface on top of any Content Management System.

Create.js is built and maintained as a free software project under the liberal MIT license.

9 questions
2
votes
0 answers

Responsive HTML5 Canvas - make stage and objects resize, objects keep aspect ratio in Adobe Animate CC

i’m trying to achieve a specific type of responsiveness in my html5 canvas project created with adobe animate cc. i would like the stage to dynamically scale and reshape so that both the width and height are always the same size as the browser…
1
vote
1 answer

CreateJS chained animations not reaching target position

I am working on a project using Three.js and CreateJS. I have a problem with the animations, moving the same object multiple times. The first animation never reaches the target position, and so the next animations never start. This is the js the…
parwal
  • 21
  • 4
1
vote
1 answer

Creating REST API using nodejs for use with contentBlocks (createjs.org)

My question here is pretty specific but struggling with how to setup a REST find call to be used with the contentBlocks NodeJS plugin (https://github.com/primaryobjects/contentblocks). My contentBlock paths are setup as follows: var contentBlocks =…
0
votes
1 answer

I can't access timeline in main.js, timeline initialize in the file anim.js

Hello everyone I have such a problem. I have two scripts, anim.js and main.js . In anim.js describes the animation, and in main.js I'm trying to make a stop by pressing a button. I'm trying to make a stop through timeline, but I can't access…
Anna
  • 1
0
votes
1 answer

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 circle, the top half. The object needs to be…
IlludiumPu36
  • 4,196
  • 10
  • 61
  • 100
0
votes
1 answer

Animate CC Canvas: Variable not printing in Console

so I am using Animate CC outputting to Canvas, and have the following in my script: var width = canvas.width; var height = canvas.height; console.log(width, height); Question: When I open the console in the preview window and type in…
user2163224
  • 131
  • 2
  • 3
  • 12
0
votes
1 answer

Easel.js SpriteSheetBuilder() causing browser to lock up

I have used the SpriteSheetBuilder in Easel.js to create sprite sheets on the fly. The issue I am having is that I am only able to draw about 5 or 6 instances of the sprite to the canvas before the browser locks up. It is causing significant cpu and…
0
votes
1 answer

create.js being flagged as malicious by ad networks

I have created some html5 banners using Animate for ad networks like DCM, Amazon, etc. and they are now telling me they cannot use the files due to the fact that the files are calling for the external js file (see below is what Amazon is telling me…
pete
  • 1
0
votes
1 answer

Collections in Create.js

According to Create.js' integration guide, it should be possible to create editable collections of blocks. Relationships between entities allow you to communicate structured content to Create.js, which will turn them into Backbone collections. …
ecc
  • 1,490
  • 1
  • 17
  • 42