Multiple timelines/scenes per symbol, looping symbol timelines

Hi @arachonteur,

It looks like you use a playback animation to start your looped symbol.
If so, the symbol will stop at the end of the parent timeline.
To loop a symbol infinite, you should use a Start Symbol action as in mackavi’s sample.
For more information, please see my answer in this thread:

The current version doesn’t have actions to access the symbol scenes and timelines from outside the symbol. However, you can use JavaScript to do that (use symbol_element.getSymbolDoc() to get the symbol document).

Regards