Hit the green flag and watch as the text bubble gradually fills up with text. Press the spacebar while the text is showing up to speed it up. Press the spacebar when there's more text to read indicated by the spinning square.
Please feel free to use this! ************************************************************** To do list: - Instantly display an entire set of text when the spacebar is pressed while the characters are showing up (at the moment, pressing the spacebar just makes the text display quicker). - Modularize the blocks and clean up the code to make it easier for scratchers to customize certain aspects of this project to suit their needs (like the size and position of the text and text bubble). ************************************************************** Updates: - July 24, 2019: Added support for more characters. Added more comments to the code to assist Scratchers in adjusting the code to suit their projects. - July 26, 2019: Fixed the bug where uppercase 'L' would clip into the next character. Adjusted the line length of the 2nd and 4th lines to fix a rare instance where a word will get cut off. - August 3, 2019: Added character support for ` and ~. This project should now support all characters found on a typical keyboard. Support for special alt characters may or may not be added. ************************************************************** Inspired by the text generators used in RPG games. Code was created by DATUs3r