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!
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.
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!
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.
:(
in that case make your two buttons movie clips and give them names.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.