Skip to main content
Participant
December 15, 2016
Question

How to work with AnimateCC 2017 components with createjs.

  • December 15, 2016
  • 2 replies
  • 434 views

AnimateCC 2017 have now Components .
But is still not clear how to use these components with createjs.

For e.g.
I give linkage to a movieclip in library:-

Then I call moveclip from library like this: -

Then I put this into a container and do some actions with it: -

Not sure how to do this with the components.

Tried same steps as above to TextInput but it is showing error.

Can anybody please show how to work with components and createjs.

Thanks...

This topic has been closed for replies.

2 replies

Legend
December 15, 2016

KislayCG wrote:

Can anybody please show how to work with components and createjs.

You don't. CreateJS is for drawing on the canvas. The components float above and separately from the canvas element, and are implemented with jQuery.

kglad
Community Expert
Community Expert
December 15, 2016

use the code snippets to see how to work with the canvas components.

also, there's a jqueryui api that shows what can be done with those components.