Is there a quick and simple way of checking a range of pixels for the GetHotSpotAt, rather than just a single x and y coordinate?
To say, I'm checking the hotspots at cEgo's y, but I want to check for the hotspots anywhere between cEgo.y+10 to cEgo.y-10, without having to repeat the If statement 20 times.
To say, I'm checking the hotspots at cEgo's y, but I want to check for the hotspots anywhere between cEgo.y+10 to cEgo.y-10, without having to repeat the If statement 20 times.