DOWNLOADOWNLOADOWNLOAD SEED is a new, completely incomplete 1-sprite-1-script non-object-based language-in-a-language that WILL be possible to make games in it. Not much in it now, just uploading to bring attention to it. Meh, I haven't uploaded anything for ages. If you're one of the few who actually follow me, here's a preview-ish of a little programming language in a programming language. Yeah, I don't use scratch that much anymore. I haven't 'officially' left yet, but even after I leave, i'll still come on sometimes and maybe make something. Anyway, to prove my awesomeness on scratch I felt I had to make at least 1 1-sprite-1-script. I was going to remake 'this is the only level' from armor games, but quickly got bored with it. Doesn't work online. Instructions: This will be very different in the final version. The final version will have 'if' and 'repeat' statements and script blocks. Right now, the only way to add commands is to download it and manually edit the list 'program'. To have a working line, you need to have the variable you want to change (x,y,direction etc), an = sign, and the number you want to change it to. To end a line, add a semicolon (;) to it. At the moment, it doesn't allow equations on the right, and will likely never include BODMAS. There is no 'if' yet, so sensing is impossible. Don't ask me why I decided to call it 'SEED'. perhaps because it's part of a larger program? In the final version, it WILL be possible to make games. FEATURES: Variables changeable: x,y,degrees (direction),step, Functions: draw (true/false),clear (true),hidden (true/false) UPCOMING FEATURES: Equations Self-defining variables (possibly) IF and REPEAT statements Example of lines: clear=true; draw=true; x=50; y=50; And so on. Still following me?