Hi,
I’m trying to steer the main player from within a clip. If I have a normal button, in the main timeline, I can enter a command: gotoAndPlay(1) which wil reset the player head to frame 1. I don’t know how to reference the main player from within a clip. If i enter gotoAndPlay(1) it will move /within/ the clip (makes sense) but I want the main timeline to move… I tried project.gotoAndPlay(1), but that does not work…
regards,
Paul