scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

variable number of arguments/parameter in blocks? #141

Closed frantic0 closed 6 years ago

frantic0 commented 6 years ago

Hello,

From my exploration of the API I couldn't find anything related to defining blocks with a variable number of arguments/parameter or somehow passing a list as an argument.

This might be feature request rather than a question. Is there any such feature available? If not, any plans for building support for it?

Thanks

Best, Francisco

thisandagain commented 6 years ago

Hi @frantic0, we currently do not support blocks that have a variable number of arguments ("inputs"). We currently do not have any plans to support this as we feel it is confusing to users.