Help with if/then statements, or a better solution?

Hey there,

I just got a new job as a Flash Developer and my skills are a bit rusty. Been away from Flash for a few years.

I have a page within a presentation that I need to have the user click on all 3 movieclips on the page before the “Next” nav button comes up. My first thought was to copy the entire contents of the first frame over to a new frame, and delete the next button on the first frame. Now I have to make it so that when all 3 movieclips are clicked, the next button will come up, which is located on frame 5.

So basically this has to happen, “If all 3 movieclips are clicked, then go to frame 5”

I’m messing around with if/then statements, but am not sure if it’s the best way to accomplish this.

Thanks!
Kev