you canot move This modifier can be appended to the end of a block to "ringify" its target block. It can be used in conjunction with other "colon modifiers." //(comment) Used to replicate comments in the Scratch editor. The double slashes are a common annotation feature found in many text based languages. The comment must be placed at the very end of the line because all characters after the double slashes will be interpreted as a comment. [text v](number v) Used to turn text and number inputs into drop-down menus. The space and letter "v" must be inserted immediately before the closing bracket/parenthesis of the text/number input. Helper Tools
Hi helper tools There are a few tools that you can use that will take blocks directly from a Scratch project, and turn them into text that you can paste inside a <scratchblocks> tag. For Scratch 1.4 The Scratcher LS97 developed a plugin for the Scratch program that converts a script to ScratchBlocks code. The forum thread for this plugin is [https://scratcharchive.asun.co/forums/viewtopic.php?id=102175 here]. For Scratch 2.0 blob8108 developed a JavaScript converter for Scratch 2.0 that will convert an entire project, and the code for that is here. jvvg developed a PHP version that will convert scripts in users' backpacks, and the forum thread is here. See Also