You might know that in scratchblocks, @greenFlag doesn't work, @addInput doesn't work, and other @ images.
Here's how to make them sort of show up, well, here's the unicode symbols that are like the images.
[scratchblocks] greenFlag: ⚑
when ⚑ clicked :: hat events // copy this has a zero-width space in it, so copy this, when ⚑ clicked :: hat events
[/scratchblocks]
[scratchblocks] turnRight: ↻
turn ↻ () degrees :: motion // zero-width space again, copy this, turn ↻ () degrees :: motion
[/scratchblocks]
[scratchblocks]turnLeft ↺
turn ↺ () degrees :: motion // turn ↺ () degrees :: motion
[/scratchblocks]
and the most important ones for snap
addInput ▶ () input names ((# 1):: grey) ◀ ▶:: grey ring // I chose ▶ because the smaller one (▸) gets replaced by the addInput symbol
edit: the unicode symbols ◀
and ▶
(which is what I used in the scratchblocks) get replaced with the emojis and
, should this be dissabled?
they're not perfect, but they work, oh, and I had to put a space after # to not get
(#1)
Here's a bug I found, the custom colors like #ffffff don't work with scratchblocks, that needs to be fixed.