PDA

View Full Version : newbie, urgent help



corleone
January 29th, 2003, 08:51 AM
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.

If someone could help me pleased with some detail

I will be very thank full

;(

eyezberg
January 29th, 2003, 12:55 PM
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? ;)

Try, if it doesn't work, post back.