Pages: 1 2
Topic closed
Okay, some people don't get that some of these blocks would not be a good idea because Scratch is kid oriented. I would like a lot of these too, but it's not going to happen.
Offline
The-Whiz wrote:
But there's not really a use for the boolean with boolean inserters.
Actually there is, but I wouldn't put it into Scratch, just into a mod.
Offline
juststickman wrote:
I think if then else is actually
(if <boolean> then [text input] else [text input])
For something like
set [total damage] to [1 + (pick random [5] to [-5])]
change [health] by (if <(total damage) < 0 then [0] else [(total damage)])
That could be done with if and else blocks and variables.
Offline
Topic closed
Pages: 1 2