This is a mini programming language in Scratch (Scratch Junior Junior? - @mister_brick). I hope to continue adding commands for a while. (Comment what you would like to see!) Read the notes in the Notes section! Future update ideas: - More commands in general - A few SFX - More costumes/Costume swapping Useful program I made: 19_13_16_18_10_16_18_10_16_18_10_16_18_10_/1__right arrow_90_5_up arrow_0_5_left arrow_-90_5_down arrow_180_5_\
Credit to @DTLegendz-XD for the buzzer sound. Check out the official dev studio here: https://scratch.mit.edu/studios/34416704/ (READ THIS) Notes (Users Manual): - To enter a line of code, type the NUMBER of the line of code you want to use! Don't type the whole thing out! I.E. Run Program is line 1, so you type 1 to run the program. - The commands above the dotted line are special and are not used in the code. They execute actions immediately. - In a Forever loop, press "-" (Located to the right of the numbers) to "break" out of the loop and go back to the code. - If there is a Forever line, all code BELOW the line will be run forever! - If statements span 2 lines after the If line. Use the "-" command (line 14) to fill up the second slot if you need to. - When looking at the Inputs list, line 1 is the input for the first line of code, line 2 is for the second, line 3... etc. If a line is blank, that means no input was entered. If you entered an unsupported character, your program will not work. - All codes will be considered invalid every time I add a new Special Command. To fix your codes, add 1 to each number in the code before the slash (/)