PDA

View Full Version : Button on Button?


digihal
04-11-2003, 04:13 PM
Hey guys.

I have 2 buttons on 2 movie clips that happen to be on top of each other. How do I temporarily nullify the bottom button?

THanks guys.

Hal!

toke
04-11-2003, 04:21 PM
give your buttons instance names say topButton and bottomButton

to temporarily nullify the bottom button, use

bottomButton._visible=false;

digihal
04-11-2003, 04:24 PM
Thanks toke. Mucho appriciated.

toke
04-11-2003, 04:27 PM
you're welcome! :D

digihal
04-11-2003, 04:41 PM
ok, I am not seeing how to give a button an instance name. It isn't a movie clip, just a button. So how would I attach an instance name to it.

Thanks man.

H!

toke
04-11-2003, 04:47 PM
r u using mx? if so, you should be able to give the buttons instance name. click on it and open its property. should see instance name.

digihal
04-11-2003, 04:57 PM
Doh, sorry, I am using flash 5.

:(

toke
04-11-2003, 05:05 PM
in that case make your two buttons movie clips and give them names.