Getting multiple videos to play (easy question...)
So I have like 13 movie clips. Movie clips in one layer and buttons on another that are above the clips. Each clip is labeled as varr1, varr2, varr3 and so on.
When a user click on a button, I would like for all but one movie clip to play it's animation. So for instance, the button for varr10 is clicked, I want all movie clips except varr10 to play it's animation.
I could do it the hard way, which is varr1.gotoAndPlay("yada"), and continue on... but I wanted something more efficient.
Could anybody assist me please?