BindTriggerAction To A Symbol Instance?
i have symbol (digit) has it's own timeline
i can dynamicaly put stop on it's timeline in compositionready
symbol.bindtriggeraction( compid, "digit", "default timeline", 1500, function(sym, e) {
sym.stop();
});
but put stop on 1 instance of symbol on stage
this not work
symbol.bindtriggeraction( compid, "instancenamehere", "default timeline", 1500, function(sym, e) {
sym.stop();
});
any ideas if possible?
and possible dynamicaly remove/undo bindtriggeraction?
this "digit" symbol or div ?
and can explain more ? it's not clear me, if can put project here better
More discussions in Edge Animate CC
adobe
Comments
Post a Comment