Connecting Tech Pros Worldwide Help | Site Map

Hiding Buttons

Newbie
 
Join Date: Sep 2008
Posts: 3
#1: Sep 29 '08
I have an issue
I want to click a button and have it dissapear then another button to appear.
I have that susted,

However, im using a mask and as the second button shows behind the mask it dispears again

i'll send the file if anyone needs more info

PLEASE HELP ME !!!

NAble Sea
Familiar Sight
 
Join Date: Sep 2007
Posts: 207
#2: Sep 30 '08

re: Hiding Buttons


Hi
I think you need to give us more info.
Why don't you just use this to hide the button
Expand|Select|Wrap|Line Numbers
  1. MovieClip.visible = false;
  2.  
and set it back to true to show it.
Reply