Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Are customs blocks a waste of time?
- Rahsile
-
32 posts
Are customs blocks a waste of time?
I mean, you still need to put the definition! Am I in the wrong here?
- MonaDragon555
-
6 posts
Are customs blocks a waste of time?
Custom blocks are useful.
First of all, you can stop reusing code. An example is when you are repeatedly using the same giant chunk of code, and the custom block can make the scripts WAY more tidier. Also, the input value is very helpful. For example, you are creating a platformer and want to animate a platform. That will take up a custom block. Only, the fact that you need input values for the things that can change the meaning of the custom block. Have i explained enough now?
First of all, you can stop reusing code. An example is when you are repeatedly using the same giant chunk of code, and the custom block can make the scripts WAY more tidier. Also, the input value is very helpful. For example, you are creating a platformer and want to animate a platform. That will take up a custom block. Only, the fact that you need input values for the things that can change the meaning of the custom block. Have i explained enough now?
- deck26
-
1000+ posts
Are customs blocks a waste of time?
And the extra speed of the ‘no screen refresh’ option when appropriate makes a huge difference. Try doing something like this https://scratch.mit.edu/projects/55182496/ without it.
Last edited by deck26 (Dec. 16, 2021 09:02:57)
- CreeperCat101
-
8 posts
Are customs blocks a waste of time?
custom blocks are good
i mean, it stops you having to reuse scripts eg.

i mean, it stops you having to reuse scripts eg.
could become:
Last edited by CreeperCat101 (Dec. 16, 2021 12:49:57)
- Discussion Forums
- » Help with Scripts
-
» Are customs blocks a waste of time?