redesign,
I'm having a similar issue to Rezu and I've looked over the advice you gave, but I can't seem to get any of the code suggestions to work.
This is what I'm trying to do -
- I have a symbol on my stage called 'fullRadial' and the within that symbol, I have a smaller symbol called 'smRadial'
- I want to click on a segment of 'smRadial' to return to 'fullRadial' and not to the stage.
- I have a label on the timeline of 'fullRadial' called 'Blue Corner', which is where I want to go when I click
Hope that makes sense. Do I want to set an id to make this happen? I've tried to use the code you provided and the code from heathrowe as well, but I they're both looking for the stage and not my first symbol. So I tried 'sym.getComposition().getfullRadial().play("Blue Corner");' but that didn't do it either. I'm not a js pro I'm afraid.
Any help would be appreciated.
Randall