hey this is the code i am useing,
on (release) {
rotate_mc.visible;
rotate_mc._visible = false;
}
on (release) {
x = getProperty ( vis_btn, _visible );
if (x == true) {
setProperty ("vis_btn, _visible, flase")
} else {
setProperty ("vis_btn, _visible, true)
}
now this is the animation its for:
http://www.geocities.com/mdipi2k2/flip.htm
Now here is the problem:
When you click the "make me invisible’ button, the button should go away too i want to be able to trigger it again to show when i click the show me button. i think i just found out the problem. but if you have an answer that would be great.
note:code is for make me invisible button