Managing Symbols from another symbols
how play symbol label outer symbol? how can manage control symbol trigger in main timeline?
to access symbol element within symbol, prefix getsymbol
call sym.getcomposition().getstage()
, following example shows:
// stage composition level, symbol, // , play timeline sym.getcomposition().getstage().getsymbol("symbolname").play("label");
to access timeline of symbol main stage, use following in event:
// play symbol timeline sym.getsymbol("symbolname").play();
you can refer edge animate javascript api page more examples , api's
http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html#triggers
More discussions in Edge Animate CC
adobe
Comments
Post a Comment