The most useful, compact, easy-to-use text printer on scratch. (in my opinion) (not biased at all) The start of the project is a showcase of what the printer can do. The second half lets your print your own text, though to unlock the full potential of the code, you will need to remix it and edit it through the code editor. Current Supported Characters: AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz0123456789.!?,'/:-+=[] <* Typing in a character that is not on this list will make the project crash, and since there are no lowercase letters, all letters printed will be uppercase. The less-than sign (<) will print a heart, and the asterisk (*) will print a star. ------------------------------------------------------------------------- To use this printer for yourself, copy the code or remix the project. If you do this, please give me credit and let me know in the comments of this project. You don't need to ask for permission to use the code.
This project uses a combination of custom blocks, variables, lists, and the 'stamp' block to make a very compact yet effective text printer. I built this from the ground up, all the code is mine and was created originally by me. (NBeast13). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Features: - A wide range of characters - When the text reaches the edge it will automatically create a new line. - You can easily change the size of the text by changing the 'scale' number in the custom block. - You can easily change the position of the text using the x and y values on the custom 'print text' block. - The printer can print variables and lists!