[This is heavily work in progress! | I am working on making this project usefull] _______________________________________ So, you're probably wondering what random project this is... It's something quite cool and experimental! ;) This project allows you to run scratchblocks from different sprites just by typing it in a list. _______________________________________ What's the sense of that? Well, @bip901 inspired me creating modable games. By developing this further, the user is able to customize a project while running it. Doesn't that sound awesome? :) _______________________________________ Syntax >Start writing a script for a sprite with "init sprite< 'name' " (>Start writing a new script with "new script<" )->no need for that yet >type in your commands now >press enter after every command _______________________________________ Available Commands >"say<'something' " >"say forever<'something' " >"stop project<" >"init sprite< 'name' " >"new script<" >"change y<'value' " >"change x<'value' " >"set y<'value' " >"set x<'value' " >"set direction<'value' " >"next costume<" >"change to costume< 'X'" >"pen down<" >"pen up<" >"clear<"
Credits: Thanks to @griffpatch for the 'ASCII-Detector' _______________________________________ Changelog: v0.2.2: >added new blocks v0.2.1: >added sprite 'gobo' to show multiple sprite compatibility >type "init sprite<gobo" to change to it v0.2.0: >huge script improvements >changed the way scripts are running >all current commands are now running correct >added example v0.1.1: >small improvements v0.1.0: >basic 'scratchScript' with support for only a few commands (10) and one sprite