Look inside for the interesting(-ish) part! This is an answer for the Fizz, Buzz code golf challenge. Code golf is where you try to create programs that are as short as possible when you add up all the letters. Usually this is for normal programming languages, like Java, but here I'm using Scratch. This program counts from 1 to 100, but replaces multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both with "FizzBuzz".
Here's where I submitted this project: http://codegolf.stackexchange.com/questions/58615/1-2-fizz-4-buzz/61988#61988