In order to make this fully functional with all the letters, you'll have to do some changes: 1) Finish Block1 sprite by duplicating each letter script and changing the letter involved. For example, duplicate the 'c' script and change to "when letter D is clicked, the costume to 'block-d', and equal to D. Repeat until you reach Z. 2) Duplicate this sprite five times, creating "Block2" to "Block6". 3) In each of the new duplicates, change all instances of "Letter 1" to "Letter 2" for the second, "Letter 3" for the third, etc. Do not change any other values (including LetterCheck, et. al.) 4) At the start of the script for each block letter, change the X coordinate that each sprite goes to: Block1 - x: -190 Block2 - x: -115 Block3 - x: -40 Block4 - x: 35 Block5 - x: 110 Block6 - x: 185
In order to make this fully functional with all the letters, you'll have to do some changes: 1) Finish Block1 sprite by duplicating each letter script and changing the letter involved. For example, duplicate the 'c' script and change to "when letter D is clicked, the costume to 'block-d', and equal to D. Repeat until you reach Z. 2) Duplicate this sprite five times, creating "Block2" to "Block6". 3) In each of the new duplicates, change all instances of "Letter 1" to "Letter 2" for the second, "Letter 3" for the third, etc. Do not change any other values (including LetterCheck, et. al.) 4) At the start of the script for each block letter, change the X coordinate that each sprite goes to: Block1 - x: -190 Block2 - x: -115 Block3 - x: -40 Block4 - x: 35 Block5 - x: 110 Block6 - x: 185