Conversation
|
!format |
Brackets-Coder
left a comment
There was a problem hiding this comment.
A lot of this extension can either be replicated with TrueFantom's Math extension or other extensions. Some of these blocks can be replicated (with difficulty) in native Scratch without extensions.
I think it's a helpful idea, but you'll also need to add an entry to extensions.json if you want your extension to appear on the gallery. Also, since there's already a similar existing extension, chances of this being merged are lower.
| { blockType: "label", text: Scratch.translate("String") }, | ||
|
|
||
| { | ||
| opcode: "amountofmcdonaldscheeseburgershidinginmybasement", |
There was a problem hiding this comment.
This opcode is probably unacceptable, try needleInHaystack
| getInfo() { | ||
| return { | ||
| id: "operatorsplus", | ||
| name: Scratch.translate("Operators+"), |
There was a problem hiding this comment.
| name: Scratch.translate("Operators+"), | |
| name: Scratch.translate("Operators Plus"), |
| }, | ||
| }, | ||
| { | ||
| opcode: "replacethebunsinmysandwichwithcatfur", |
There was a problem hiding this comment.
Also unnacceptable opcode, preferably the opcode needs to be a short description of what the block does.
| opcode: "replacethebunsinmysandwichwithcatfur", | |
| opcode: "replaceNeedleInHaystack", |
| { blockType: "label", text: Scratch.translate("Math") }, | ||
|
|
||
| { | ||
| opcode: "clampmycheeks", |
| }, | ||
| }, | ||
| { | ||
| opcode: "numberrootthing", |
There was a problem hiding this comment.
| opcode: "numberrootthing", | |
| opcode: "nthRoot", |
| return str.slice(Math.max(0, s), Math.max(0, e)); | ||
| } | ||
|
|
||
| clampmycheeks({ N, MIN, MAX }) { |
There was a problem hiding this comment.
definitely an untolerated opcode.
|
I'm against this extension since other extensions already exist to do most of this Try contributing to other extensions instead. |
|
Are we going to close this? |
No description provided.