Randomize!
v Diagonal boxes are boring … randomize
v To place boxes randomly,
o Set Randomize in Form_Load
o Declare xPos, yPos
   in tmrClock
o Pick a random number
   in (0,1) range with a
   Rnd(1) procedure call
o Multiply by the largest
   size to scale & make Int