Hello,
I am a newbie with the NGUI. I have started to make a main menu in my project. And something weird happens with the functions TweenAlpha.Begin, TweenTransform.Begin.
I called them at the Start () function and they do what I expected. But after that, when I move mouse over the buttons, they play backward animation that I did at the Start() function.
If I uncheck UIButton, UIButton Scale and UIButton Offset scripts on the buttons than on problem anymore. But thing is that I want these scripts on my button.
Am I missing something ?
P.S. Attached an example scene.