With Adobe Animate CC - is there a way to control Symbols from a javascript file?
For example,
canvas = document.getElementById("canvas-octo");
exportRoot = new lib.octo();
stage = new createjs.Stage(canvas);
stage.addChild(exportRoot);
stage.update();
exportRoot.gotoAndStop(1);