Thanks guys!
Bplus yeah I actually did forget to add that in the TITLE so users would know to use the mouse wheel, so I just did.
It's this code (I think) that makes the squares:
RANDOMIZE TIMER
mx = (RND * 4) - 2
my = (RND * 4) - 2
and then it's added to the pixel as it loops.