Hello all,
Any suggestions or help would be appreciated. I'm coding in Javascript.
1. Can I have a single UIButton responsible for two types of input? In other words, can I have two UIButtonMessage scripts on a single button and have OnClick or OnPress on one, and OnDoubleClick for the other. Two different actions, using the same button. Test reveal that I cannot do this with NGUI out of the box, but sense tells me otherwise.
2. Other than using the InvokeRepeating/CancelInvoke type coding, is there a simple edit to the UIButtonMessage code that I can make to cause "OnPress" to send a repeating call to the function I specify? Again, to be clear, hold the button down and the laser (or whatever) function fires repeatedly.
Thanks for any scraps!
Q