Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to work with AnimateCC 2017 components with createjs.

Explorer ,
Dec 15, 2016 Dec 15, 2016

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...

401
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 15, 2016 Dec 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 15, 2016 Dec 15, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines