Similar to javascript, but with some scratch-like commands Here is a list of the scripts you can use: var [variable name](value) ---> declares a variable [already declared variable](value) ---> assigns a value to a variable loop() ---> loop break ---> breaks the loop setX/Y(value) ---> Goes to X/Y setPos(X,Y) ---> Goes to X,Y pendown ---> pen down penup ---> pen up setcolor(color,saturation,brightness) setsize(size) ---> sets pen size stamp ---> stamps the drawn sprite setcostume(costume) ---> sets the costume if (condition) () ---> runs the code between brackets if the condition (><=) is true ---------------------TIPS--------------------- Use enter to make your scripts easier to read. You don't need to, but it will help you (and in some rare cases the project itself) to read it easier.
Thanks to @dg636 for the idea for an OS that then made me start this! (you should check his OS. It is amazing) Thanks to @coolnehuel and @markverb1 for some ideas for the stile and scripts! ------------------------ Notes I guess ---------------------------- setcostume() command is still laggy, but the demo version of it is now working fine