Skip to main content
Participant
January 31, 2021
Question

MovieClip in libryry export for ActionScrip (HTML5 canvas)

  • January 31, 2021
  • 5 replies
  • 329 views

Hello,

 

I have the newest Animate and I don't know how to allow movie clip export for action script. I know in the library click on the movie clip, then Properties, and then there is a check box and input text field, but this is not allowed.

 

I need it for dynamic adding to the stage.

 

Thank you for your reply.
Ondra

This topic has been closed for replies.

5 replies

kglad
Community Expert
Community Expert
January 31, 2021

double click the linkage field adjacent to the movieclip symbol's name field, enter a linkage (eg, mcID) and use:

 

this.mc = new lib.mcID();

this.addChild(this.mc);

Participant
February 2, 2021

Can you help me, where I should double click?
It doesn't work 😞
Thank you


kglad
Community Expert
Community Expert
February 2, 2021

in the library panel: