I'm making a drawing sketch but i want to draw some guidelines also, but they can't stay on the screen forever. Is there a way to program my sketch so that my actual drawing stays and the guidelines move around and update.
I'm generating my drawing with line() and i use 2 variables 'p' and 'pOld'. 'pOld' is the previous location of 'p'.
Cheers
1