MrYsLab / s2m

Scratch to micro:bit bridge.
https://mryslab.github.io/s2m/
GNU Affero General Public License v3.0
35 stars 19 forks source link

Modify Write Pixel block to allow for setting its parameters with variables #8

Closed MrYsLab closed 6 years ago

MrYsLab commented 6 years ago

Change the block from 3 drop-down menus to explicit numerical values. This will allow the user to control the parameters with variables.

MrYsLab commented 6 years ago

@champierre Release 1.10 implements the enhancement.

mobluse commented 6 years ago

Scratch 2 have some blocks that have drop down menus and also can take variables: e.g. set instrument to (). Could this not also be possible for this extension?

MrYsLab commented 6 years ago

You are correct about the blocks in Scratch 2, but unfortunately, they don't offer a similar construct for the extension blocks.