In my code i am redrawing a rectangle every time a user moves their mouse to track it, but as said here, the .draw method will not remove the old drawing of the shape.
So my question is, how do i remove the old drawing? Is there some sort of .remove() method?
Thanks in advance,
iLinked