I want to detect the collision of a sprite with points along a diagonal line.
Can anyone give me an idea of how to best do this?
The diagonal line runs from point (0,100) to (100,0)
The sprite moves randomly and could hit any point along this line.
Thanks,
Drew