I have a movie in the main timeline that has 3 movies inside with 3 buttons to play them.
I Want to force the user to click in the 3 movies before they jump to a diferent frame in the main timeline.
How would they change frames in the main timeline?
Is there another button for that?
Use a variable as counter, each of the 3 buttons onRelease will add 1,
and for the button on the main timeline, just do a check on your counter variable to see if it equals 3 or not yet…only problem is, the user could just click the same button 3 times…can you work out how to fix that? Now that you got the general idea?