Hello!
I’m trying to figure out how to setup my interface correctly. Right now I have a few menu selections. When I click on one, flash plays the appropriate animation. My question is how can setup the buttons so that when I click one selection and then click a second selection, it rewinds the first selection then plays the second.
If that doesn’t make sense then think of it as pulling a paper from a folder, then putting it back and taking a different one out. I currently have variables setup to control and set the playing/stopping/rewinding of the movieclips. My question only pertains to making sure that each one gets “put away” before the other one loads.
I know I see this effect lots of places and I’m sure it’s an easy one. I’ve been playing with if/else statements but as close as I’ve got so far is performing both the rewinding and playing of the new selection at the same time.
Thanks for any help anyone can provide!
-Culppie