https://turbowarp.org/1283528151?hqpen ------------------------------------------------------------------------- Please at least read the code and controls sections ------------------------------------------------------------------------- Report any bugs in the comments please, they will hopefully be fixed in the next version! ------------------------------------------------------------------------- 4.9k+ blocks!!! (4943 blocks) ------------------------------------------------------------------------- The SCL Version: 1.8.25.16 Type "_ver" to see version ------------------------------------------------------------------------- Controls: "`" to tab (DO NOT ACTUALLY PRESS TAB!!! It will stop letting you type, thanks Scratch) "\" to backspace Right Arrow to move right 1 letter Left Arrow to move left 1 letter Hold "^" (shift + 6) + (any letter) to get uppercase Down Arrow to move down one line To make a Texture, you need to click the button labeled "Textures" then move around the mouse to draw. If you need a straight line, you can click and hold while holding "s" and then release either one to finish the line. If you want to name the texture, then press "n" and then type in what you want. Finally, if you want to make a new texture, then press "i" and then put in what number texture you want to visit (so just put in the texture number you're on plus 1) ------------------------------------------------------------------------- Coding: To render a texture, type: render.texture([texture name], [x pos], [y pos], [dir]) Texture Presents: ocr-person1, ocr-apple1, ocr-apple2, ocr-apple3, ocr-button1, ocr-button2 To render text, type: render.text([text], [x pos], [y pos], [brightness], [color], [size] To erase all, type: erase To access the real sprite's position: the x pos is: _x and the y pos is: _y (Use these as variables) To make a variable, type: [var name] = [value] To change a variable, type: [var name] [action (+=, -=, /=, *=, and ^=)] [action by (-infinity to infinity)] | ex: b += 1 To repeat, type: repeat([times (1 to infinity)]) To do something forever, type: forever *mind blown* To move the actual sprite, there are a lot of ways to do it like: sprite.set.x([x pos]), sprite.set.y([y pos]), sprite.set.xy([x pos], [y pos]), sprite.change.x([change x by]), sprite.change.y([change y by]), sprite.change.pos([pixels in sprite dir]), sprite.set.dir([direction]), sprite.change.dir([change dir by]) (These are just the basics, so look at the code provided and learn what you can)
12 Views and 4 STARS and hearts! Thank you so much guys! Text Costumes by @griffpatch SCL Logo by https://textcraft.net/ Other Art by me: @bpierce1-tcsral All code by me: @bpierce1-tcsral except some code in the text renderer, that goes to @griffpatch