I have an image on the stage which has a click action with sym.play(); assigned to it.
When the user clicks on the image, the image has a transition which increases its size to fill the stage and it also plays the timeline which has various other items fading in.
The problem I have is that I only want the user to be able to click on the image once and play the timeline but instead the image still has the sym.play(); action assigned to it so it will continue to play the timeline at various future cue points.Is there anyway of disabling this action?
Thanks
Phil