flash help please
flash help please
- Started
- Last post
- 3 Responses
- shtuker
I'm using flash MX. I'm somewhat new to it. Here is what I want to do:
If a particular movie clip is open (it's a floating pallette), I want it to close up when any of the other navigation links are pressed, BUT ONLY if it's already opened. How do I do this? An IF statement? If so, how would I write the IF statement please? Thank you.
- shtuker0
any help would be greatly appreciated.
- mbr0
- sp0
In the MC that you have "open" you first need to set a conditional that says the MC is "open" or "closed".
Feed the result of the conditional to a variable.
Then, in your buttion code for the navigation, you cna check that conditional variable, and if the MC is "open" then close it, and if it's already "closed" then skip it and move on to the next function.