Changing the Visibility of an object

I'm having problems changing the visibility of an object while in a preview. When clicking on the menu bar, the bar changes the boolean attribute "showMenu" to true. The buttons for my menu have a rule so when showMenu is true, they call "self.Graphics.Visible" to true.
But nothing happens. Hellllllpppps
But nothing happens. Hellllllpppps

Comments
what you want to be doing is changing self. color. alpha to 0 to make it invisible, and change it to 1 to make it visible
cheers
You will have to use Alpha and leave visible checked if you want to ever see it.
Edit: one for you johnny boy.
___________________________________________________________________________________
TEMPLATES AND PROJECT HELP BY TENRDRMER. CLICK HERE!!!
AppSolute Entertainment on Facebook
AppSolute Entertainment on iTunes
(Edit: Ahhh duh, in a rule.)
put them in a rule that is when touch is pressed AND when attribute self color alpha =1
make sure its when all conditions are valid