I am working on an application where an image serves as cursor. Now i would like to know at any time over which object the cursor is hovering. Sort of like a HitTestObject(*) where i can then see what object the * represents. Does anyone have any idea how i could accomplish this? (and using the mouse is not an option)
Share
I have solved the problem already 🙂 since the cursor was in a different sprite than the others, i had to do it this way, because i couldn’t pass the objects to hover into an array.