
-----------------------------------
TheXploder
Thu Mar 11, 2004 7:19 pm

Mouse Position
-----------------------------------
I have a problem with the speed of this code, how do I make it faster? Why doesn't it clear?

View.Set ("offscreenonly")

var mousex, mousey, button : int

proc DrawLine
    drawline (mousex, mousey, mousex + 10, mousey, 7)
end DrawLine

loop
    Mouse.Where (mousex, mousey, button)
    DrawLine
    View.Update
end loop

-----------------------------------
Paul
Thu Mar 11, 2004 7:25 pm


-----------------------------------
Tell me what your trying to do :?: 
What do you mean it doesn't clear :?: 
And the speed is find on my computer but I don't really know what speed you want, its a simple code, I don't see anyway of making if faster, but Im not pro :?:

-----------------------------------
TheXploder
Thu Mar 11, 2004 7:30 pm


-----------------------------------
nevermind, I figured it out...
