Hi.
Tell me how you determine if an object is at a given coordinate point.
For example we have a point A with X,Y coordinates and it overlaps the object sprite, and there is a point B which does not overlap the sprite. How to figure it out programmatically.
For example, you can create an object at these coordinates and check if it overlaps the sprite, but I think it looks like a crutch.