drawLine(x, y, x2, y2, color, alpha) graphics.addDrawFunc("draw()", 0) 
function draw() 
graphics.drawLine(0, 0, getCursorPos().x, getCursorPos().y, 000, 1.0) 
end graphics.drawLine(getCursorPos().x-50, getCursorPos().y, getCursorPos().x+50, getCursorPos().y, 000, 1.0)  
graphics.removeDrawFunc("draw()")