Click on the letters except the key a does something for the 6th letter
What I learned from making this project is that I can make sprites do something using code. I made a letter that changes color, a letter that makes a sound, and a letter that becomes bigger the more you click it! I made it by using different blocks with the "when this sprite is clicked" block, if I dint use this block then my code would either all work at once (if I used the "when flag clicked block" instead of the "when this sprite is clicked".) or the code wouldn't work at all (no "when flag is clicked", and "when this sprite is clicked block"). Other blocks I used for most of the letters are the looks blocks, which change how the sprite looks (color, size, and effects). That's all!