Snap! to scratchblocks codification project.
It's possible. (And also WIP too)
(Also, I created my own codification blocks since Snap!'s ones aren't versatile enough for accurate scratchblocks conversion when it comes to things like dropdowns and stuff.)
I'm sorry, there must be some kind of occasional glitch when loading custom categories under certain circumstances. I'm patching a fix for this in this weeks update. You can already check it out in the dev version if you like. This lets us load your version of the project:
Wow, I'm glad someone found a way to do this completely in snap. I'm saying this because there was another snap to scratchblocks project, but it was done in javascript. Here it is Help with my scratchblocks project - #9 by dardoro
Great job though. Also, don't let this post demotivate you, in fact, yours is better since it's done without javascript.
This is very cool. You should make a library, so people can import it into their project and make Scratchblocks out of their scripts. (And we should make a way for users to publish libraries...)
[scratchblocks]when green flag clicked[/scratchblocks]
when green flag clicked
Howewer, when using symbols like @greenFlag, you'll have to surround the scratchblocks tag with `` backticks for single line scripts, and with <p> and </p> for multi-line scripts.
The paste area is not really part of the project, it's just so that people can paste generated blocks to test that it works. And also I'd rather still not use JS.