scratch-ed / scratch-LN

https://scratch4d.github.io/scratch-LN/
Apache License 2.0
21 stars 9 forks source link

make comparison with scratchblocks functionality #42

Open pdawyndt opened 6 years ago

pdawyndt commented 6 years ago

check the following pages to see if Scratch-LN supports all the scratchblocks functionality (for Scratch 2.0 blocks)

add a section to the Scratch-LN website that contains

pdawyndt commented 6 years ago

additional features in comparison to scratchblocks

pdawyndt commented 6 years ago

alternative features in comparison to scratchblocks

pdawyndt commented 6 years ago

missing features in comparison to scratchblocks

martinohanlon commented 5 years ago

I noticed a couple of other tools or features which scratchblocks offers, which I personally find really useful.

Having a generator which will "download" the scripts from the scratch website and turn them into scratchblocks code scratchblocks.github.io/generator, super useful when creating projects.

The ability to highlight or "cross out" blocks, which is really useful in creating projects where you want to specifically highlight a block to change or a block to remove. image

pdawyndt commented 5 years ago

@Ellen102 once we have support for extensions, we could make an extension for "crossed out" blocks; instead of crossing them out, we could either give them a grey color or make them semitransparent (if this is supported by Google Blockly)

If the blocks aren't set as read-only, users could then also take the manual action of removing the "crossed out" block to see the end result.