how do you draw a horizontal line? i have a school project and i have no idea what to do..
GreenfootImage image = << some image >>; image.drawLine(<< some x value >>, << some y value >>, << a different x value >>, << the same y value >>);