Simple window renderer I made with Scratch's "Pen" plugin. Might use for a future project. Just hold down the left mouse button to move the window anywhere on screen!
On a completely different note; I think I know why I enjoy using the Pen plugin so much, It reminds me of the "old-school" PLOT and LINE function in QuickBASIC. You'd have to call the functions anytime you had to change something on screen. It also reminds me of the the much-more modern HTML5 canvas element. Same principle as PLOT and LINE, just faster and not constrained to 2/16/256 colors, LOL.