Hi Guys,
I have a Sprite as a child of a Window and want to catch clicks on it.
I registered for E_UIMOUSECLICK or E_CLICK but this gives me the parent (the Window)
Is there any way to register for the child element specifically ?
Thanks