Guest_imported
New member
- Jan 1, 1970
- 0
I made a simple maze type program (I used lineto's and moveto's from the canvas application to draw the maze in blue) and then I used a few timer functions to be able to control the direction. However, I need to know how to clear the black trail that the timers leave behind w/o clearing the maze. The only way I can think of doing this is to be able to set all the black to the btnface color on the timers before it draws the next dot, but I don't know how to do this...if anyone could help (need it by tomorrow) it'd be MUCH appreciated!