I have a button on my movie and gave it an instance name. What I want is when it is clicked, to stay on the "over" state and when clicked again go back to the normal state. How would I do this?
You'll have to have another movie clip with the exact same button but in it's depressed state (appearance), and overlay this movie clip when the button is clicked. This should be done in conjunction with the use of a variable (button_depressed = true or false, for example) to toggle on and off the visibility of the depressed movie clip. In other words, each click toggles the other state in which the button is not! Regards,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.