This is the collection of all the "A Different text engines" ------------------------------------------------------------------------- First: (1000 blocks) https://scratch.mit.edu/projects/1123010975/ Desc: This text engine isn't really for games, but it will type out the letter/symbols/numbers as you type them. This took about 1000 blocks because I avoided using all those "when key pressed" and "switch costume" blocks. I worked really hard on this. Exact block count: 1150 Just press any key. The original block count was like... 697 ------------------------------------------------------------------------- Second: (100 blocks) https://scratch.mit.edu/projects/1130311930/ Desc: Same as the original just press any key, no capitals. If you don't know what this is, it's a text engine that prints the text as you press the keys. 106 blocks, 1044 blocks less than the original. ------------------------------------------------------------------------- Third: (100 blocks) https://scratch.mit.edu/projects/1132025673/ Desc: Same as the other text engines from the "A Different text engine" collection (press any key). However, this contains a backspace (left arrow), meaning that this text engine is built very differently from the others, it still works the same though. Feedback would be nice. ------------------------------------------------------------------------- Fourth: (100 blocks) https://scratch.mit.edu/projects/1135739118/ Desc: Same as the other text engines from the "A Different text engine" collection (press any key). However, this contains a backspace (left arrow), meaning that this text engine is built very differently from the others, it still works the same though. However, this one also contains UPPERCASE letters, just press the arrow to switch between uppercase and lowercase. Feedback would be nice. This is the 4th ------------------------------------------------------------------------- And that is all