Typing Tutor
Learning to type rapidly (without looking at the keyboard) is a skill requiring much practice. In this exercise, you are to create a typing tutor that encourages the beginning typist to type a specific set of letters. Us e 3D text letters (3D Text folder) to create a word in the world, (for example, you could create the word ALICE with the letters A, L, I, C, and E) and create a method for each letter that spins the letter two times. When the user types a letter key on the keyboard that matches the letter on the screen, the letter on the screen should perform its spin method. Also include an additional method, spin Word, which spins all the letters when the user presses the spacebar.