Hi I've recently purchased NGUI and would first like to say thanks for such a great time saving efficient tool 8-)
I'm fairly new to programming and am only familiar with Unity's Javascript, so not sure if this is a NGUI or Unity question
I'm trying to integrate NGUI in to a game I'm making. I've been stuck on this problem for a couple of days now so help would be greatly appreciated
As my character moves around a house I want to hide and reveal different ui buttons and graphics dependant on the room they are in. I'm using the NGUI Tween Position script attached to the button to move the item (I note that enabling this script via the inspector check box gives the desired result) .
The Problem is I can't find a way to enable this tween or reverse it via a custom function I call when the character exits or enters a room.
Could anyone advise? (with code snippets or an example if possible as I'm quite junior when it comes to programming)
Thanks in advance
