Hello, I am bit new in scripting and I don't really get how to do custom events in NGUI.
I know OnClick, OnPress etc events, but they don't all act like I want them to act.
The game will be on mobiles. This means it will work on touch.
Now, I want hover behaviour (OnHover) but that it will work on touch. So, you push finger on display, and you then can trigger all buttons you touch with it or untrigger, if you stop touching them.
Is this possible the easy way..? Thanks!