How to use: You can only write text in one size / font / position with each sprite. To get different text things, make multiple sprites. In the "Write text" block, input what you want to write, the x position of the text, the y position of the text, the size of the text, how many characters until you want to wrap text at the next space, brightness, color, and opacity. (If you don't want to wrap text, don't put anything in the input bubble. Negative brightness makes it darker, positive makes it brighter. ) If you have multiple text sprites, make sure to change the delete message broadcast and receive blocks in each sprite to a different message. The "write text" block is instant and will clear all other text from the same sprite. If you want the "write text" block to be slower and spell out the text, edit the block and un check "run without screen refresh". If you write too much text it will break. Try not to use numbers that can't be expressed by powers of 2 (binary). Supported characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMONPQRSTUVWXYZ 0123456789!@#$%^&*()[]/?'";;.,\|`~{}<>
This is a text engine that I made a while back that I modified to be more user friendly and to have more features. Look through the sprites to see how it works. Feel free to use it in your own projects and modify it to your liking if you give credit. All code by @Yeedude_626 (me) #yee