View Single Post
  #7  
Old 09-06-2010, 10:02 PM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
If your trying to hide the control from within it's script, then
PHP Code:
visible false
If your trying to make it hide from outside the script, which I suspect you are...
PHP Code:
Button_Name.visible false
Would be it. :P
__________________

Reply With Quote