Is there a way besides pasting frames inside a layer to add an element into a timeline? I'd like to replicate the addChild functionality from actionScript into JSFL. So basically, I'd like to add a bunch of movieClips instances into another movie clip, does anyone know how to do this in JSFL? Thanks in advance!
feedback
|
|
It can be done like this:
If you want to adjust something of the new child, use doc.setElementProperty , like this:
| |||
feedback
|