scratch-vm icon indicating copy to clipboard operation
scratch-vm copied to clipboard

Add BlockType.INLINE

Open LilyMakesThings opened this issue 1 year ago • 4 comments

Add the "Inline" BlockType used by More Control.

Circumvents the need for nasty vm overrides. image

LilyMakesThings avatar Jan 24 '24 02:01 LilyMakesThings

There's really 2 ways this could be implemented:

  • Add it as a placeholder (XML, LABEL) which translates it into a BlockType.REPORTER with the necessary attributes (no compiler changes needed)
  • Add it as a real BlockType with compiler changes, which might allow for more functionality such as util.startBranch()

LilyMakesThings avatar Jan 25 '24 00:01 LilyMakesThings

sorry i deleted my head repo :despr:

yuri-kiss avatar Jul 11 '24 16:07 yuri-kiss