Discuss Scratch
- Discussion Forums
- » Suggestions
- » New Useful Blocks!
- bullybilldestroyer
-
4 posts
New Useful Blocks!
They do what they say they do, but I'll explain them anyway!

Inverted of makes positive numbers negative, and vice versa.
Squared of multiplies the inputted number by itself. ex. squared of 2 = 2x2 = 4
Mouse down on checks if the mouse button is down on a specific sprite.
Delete all clones deletes all clones, obviously.
Delete latest clone deletes the latest clone created (not the current one), and vice versa.
The play animation on sprite block plays a pre-made animation, such as explode, break, pop out, etc.

Inverted of makes positive numbers negative, and vice versa.
Squared of multiplies the inputted number by itself. ex. squared of 2 = 2x2 = 4
Mouse down on checks if the mouse button is down on a specific sprite.
Delete all clones deletes all clones, obviously.

Delete latest clone deletes the latest clone created (not the current one), and vice versa.
The play animation on sprite block plays a pre-made animation, such as explode, break, pop out, etc.
- medians
-
1000+ posts
New Useful Blocks!
You cannot make lists of unrelated suggestions
Inverted is just multiplying by -1.
For squared, you can just do:

Delete all clones can be done since clones receive broadcasts:

And you can detect clone id to detect if its the first/last clone:

Edit:
For the mouse down one:


Inverted is just multiplying by -1.
For squared, you can just do:

Delete all clones can be done since clones receive broadcasts:

And you can detect clone id to detect if its the first/last clone:

Edit:
For the mouse down one:


Last edited by medians (Feb. 5, 2023 02:03:12)
- cosmosaura
-
1000+ posts
New Useful Blocks!
"Please create a separate topic for each suggestion you have, rather than creating a list of suggestions. That way, the conversation stays focused and each idea can get the attention it needs.
Before making a new topic, please check out the following:
Before making a new topic, please check out the following:
- The Official List of Rejected Suggestions. If your suggestion is in this list, please do not make a new topic about it, as it will not be implemented anyway.
- The Suggestions Directory. If your suggestion is in this list, please continue the discussion in the existing topic, rather than making a new topic.
- Discussion Forums
- » Suggestions
-
» New Useful Blocks!