READ ALL Make your own Website by making blocks, moving, resizing and customizing them! You can even add scripts that the blocks run, when clicked. M to switch between view and edit mode! N to make a new block D to delete the block C to copy the block P to show a debug fps graph F to toggle unstable fps triple click the block to change its text (when selected) L load website from code S save website into code when selecting blocks you can press 1-7 to change settings of the blocks. (enter nothing to leave it as it was) here is a hex colour picker https://www.w3schools.com/colors/colors_picker.asp The textcolour can be a value from 0 - 200
Run in Turbowarp for fast speed m Share your codes here: https://scratch.mit.edu/discuss/topic/456783/ Here is the command list COMMANDS command1 arg1 arg2 argx | command2 arg1 arg2 argx | commandx arg1 arg2 argx | Commands: hide id show id del id gofront id goback id wrmc (wait release mouse click) wait time move id x y go id x y new id(give it one) x y -will make an empty box with a black outline set var value math var1 +,-,/,* value/var2 (var1 gets set to the output like: math x + $y) to use vars, use $var (like this: move 1 $x $y) random min max var key? key var (checks if a key or mouse is clicked like: key a var (gets set to 1/0) mouse x,y var change parameter id value parameters: x y xlenght ylenght filled? Text Textsize blockcolour(hex value like ##eb9e52) textcolour(0-200 or b =black w=white) onlytextvisible? Font id Command (sepperate multiple commands with < and use > instead of spaces like this: change command 1 wait>5< if val1/var1 =,!=,>,<,=>,=< val2/var2 nskip val3 (it doesnt skip the next val3 commands if the statement is true) if val1/var1 =,!=,>,<,=>,=< val2/var2 back val3 (it goes back the next val3 commands if the statement is true) input var output var (both will be in the ask block) --------------------------------------------------------------------- make a hello box new test -100 50 | change onlytextvisible? test true | change text test HELLO | change xlenght test 100 | change id test 0 |