Hi Guys,
Loving NGUI so far. Really takes the chore out of GUI work. I've managed to get my gui working good, but now I want to interact with it and control it using javascript, which I have coded my entire game in.
First thing I want to do is get a sprite flashing gradually by adjusting the color tint alpha value. I don't know how to access the color tint value of a sprite from my javascript that is assigned to the same object. Could anybody help?
I'm hoping I don't have to code the whole game in C#!