I'm newbie in Unity3D, I am using NGUI and i don't know how to code a button created from NGUI button. The only code I know is:
void OnMouseDown
Application.loadlevel(1);
But it's not working in NGUI button. Can someone help me with these simple problem? I'm sorry for asking this small problem of mine, I'm just only a student and beginner, I hope you understand! thank you in advance.