I have a function in a movieclip that opens it up and then another function inside a movieclip that is opened with the first that will close the whole thing. But the first function overlaps so the user can’t click the other movieclip to close. Is there some way to tell the first function to cease operating after it has opened the first time?
might want to use a flag variable, which you set depending on first click true/false
is your operation to be some thing like the toggle button for play/pause on music players ?
I’ll give that a try. Any links to similar things in tutorials or whatever would be helpful but I’ll try looking it up on my own. Thanks for the reply.
No, I’m working on a portfolio type site. The first click opens a larger image and then a nested movieclip or button is used to close the larger image.