I made this when I was 12 and looking back into it was really surprising, in fact I really didn't expect this thing to "work". ------------------------------------------------------------------------- all instructions are in the program (The (?) Button in console) have fun with the turtle launcher ! enjoy ! --------------------------------------------------------------------------------------------- you can also try this example program by importing it through the load button. example program/20/turtle.start/variable.add(examplevariable)/variable.set(examplevariable)/turtle.setrandompencolor/turtle.turnleft(90)/turtle.foward(50)/turtle.turnright(90)/turtle.foward(50)/turtle.turnright(90)/turtle.pendown/turtle.foward(100)/turtle.turnright(30)/turtle.setrandompencolor/turtle.foward(100)/turtle.turnright(90)/turtle.setrandompencolor/turtle.foward(100)/turtle.turnright(45)/turtle.setrandompencolor/turtle.foward(examplevariable)/ --------------------------------------------------------------------------------------------- Updates : 05/11/2018 1.1.2-A : +Added "insert line" Button in console 19/10/2018 1.1.1: +Added simple calculs (example : turtle.foward(10*20) ) 27/09/2018 1.1.0: +Added variables ! /added the possiblity of add/set/delete variables /Use variables :"turtle.foward(YourVariableHere)" (And first Month of turtle launcher !) 17/09/2018 1.0.3: / Preparing Variables... (Lot of features coming soon) 14/09/2018 1.0.2: / Fixed Random position script + Added Turtle color script + Added Random turtle color script 29/08/2018 1.0.1: / Fixed multi windows buttons bug. / Fixed small bugs and smoothing program. 28/08/2018 1.0.0: + Published Turtle launcher.
made by ultimatech (1.0.0 --> 28/08/2018) --------------------------------[Vote]---------------------------------- Do you want me to delete the random scripts to replace them by the random "variable" ? (you can vote in comments) --------------------------------------------------------------------------