Yeah I'm looking for help

The real fun was to see if people came up with different solutions to the same problem. I like to see that kind of stuff because it helps me learn technique (of which I have none

) As an example: Greg, you posted your solution with "loop counter" you basically combined my x and y variables into 1. i never would have thought of that. Same with the "increment". Totally didn't even think of using it. I was basically doing the i++; or i=i+1; thing you do in Java. You taught me something! Thank you!
When I say that my try didn't work, I mean that nothing happens at all..... I click on the screen and drag the mouse around and all I notice is a build up of lag (the mouse gets jittery) but nothing appears on the screen at all.
I'll try what you did and see if it works for me. Looking at it initially it looks like the same thing i did, but cleaner so if this does work, I'll not know why mine didn't.