flash help please
flash help please
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- 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.