Hi,
I'm using NGUI and it is vey good, but am having one slight difficulty and would appreciate some pointers.
When I use the UIButtonTween script to move between two menus (menu1 and menu2) by pressing a button, everything works as expected and I can move from menu1 to menu2 and vice versa.
The difficulty however is that the button on menu1 (being pressed - the one activating UIButtonTween) seems to retain its state. When pressed it expands slightly and turns green (as it should) but when return to menu1 from menu2, it is still green and expanded. I can press it again and move between the menus but it seems to permanently remain in the same state. I am only using UIButtonTween and not animating buttons changes.
I am disabling the button after the message and OnDisable is being called in the UIColorButton script.
Is there anything I have missed out?
Thanks