I have a collider with a tk2dUIItem attached to it. I set the GameObject to send the message to, and in the script of that GameObject I added the method "onReset" to OnDown inside "void Start()". Why isn't the onReset method being triggered when i click on the UIItem?