This is kind of a filler project. My "amazing" animations are very sloppy. | | \___/
So, um, NEWS! Since I'm learning JavaScript, I probably won't use Scratch very much. Scratch programmers are still advanced, but it's just a different way of coding. Now, I will convert some popular Scratch blocks to JavaScript. if blocks: if (?) { } if/else blocks: if(?) { } else { } variables: var ? = ?; repeat until: for (var = ?; var </> ?; var ++/--) { } OR var ? = ? while(? = ?) { }