Learn Create Your Own Split Screen

Next Page

There's even a shortcut for
thing= thing + 1;
You can simply say:
thing++;

With that, a for loop becomes even more concise:

for {var corner= 0; corner < 100; corner++) {