I do not know how to get the name of what the mouse is hovering over. The only way is manually checking if the mouse is over every single sprite, which is tedious. I need a way to get the name of what the mouse is hovering over.
Develop games in your browser. Powerful, performant & highly capable.
user overlap point. If you put all your sprites in a family you can ask which ones overlap the single point. Then pick the sprite you want if there is more than one in the SOL.