Copy link to clipboard
Copied
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...
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now