Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: PIXELCRY on July 03, 2012, 04:57:18 AM

Title: Hide GUI element with NGUI
Post by: PIXELCRY on July 03, 2012, 04:57:18 AM
Hello,

my game have event that will display some textbox on the screen.
i thought about keep them invisible and show them when Event are triggered (good method?)

i use NGUI after creating a button, i make a fsm on it to make it directly invisible i tried Set Visisbility but it doesnt change it visibility, desactivate work half( i see it on the screen but the mouseover function or off)

any idea about my problem how i could solve it ?

thanks