Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need help with the 'say__and wait' block!
- dragonrider123123
-
Scratcher
26 posts
I need help with the 'say__and wait' block!
I need help with the say and wait block. I can't figure out how to do multiple ‘answer’ boxes. I also don't understand how to change the title of the answer block from ‘answer’ to something else.
Really need help with this!
Thank you.
-DragonRider123
Really need help with this!
Thank you.
-DragonRider123
- awesome-llama
-
Scratcher
1000+ posts
I need help with the 'say__and wait' block!
It is an ask and wait block. There can be only one input and asking box on the screen at once.
For changing the title, change what is in the square input. didn't read the question properly.
Edit: you cannot change the name of the answer reporter block, only what the output is from it via the ask and wait block.
For changing the title, change what is in the square input. didn't read the question properly.
Edit: you cannot change the name of the answer reporter block, only what the output is from it via the ask and wait block.
ask [what is your name?] and wait
Last edited by awesome-llama (Oct. 30, 2016 00:04:31)
- SlitherShade_m8
-
Scratcher
64 posts
I need help with the 'say__and wait' block!
I need help with the say and wait block. I can't figure out how to do multiple ‘answer’ boxes. I also don't understand how to change the title of the answer block from ‘answer’ to something else.
Really need help with this!
Thank you.
-DragonRider123
If your working on a quiz or something you could do:
when green flag clicked
ask [What is your favourite candidate (Trump or Hillary)] and wait
if <(answer) = [Trump]> then
change [ Trump] by (1)
if <(answer) = [Hillary]> then
change [ Hillary] by (1)
end
end
end
- deck26
-
Scratcher
1000+ posts
I need help with the 'say__and wait' block!
Just use variables or a list to store the answers as you get them.
- Discussion Forums
- » Help with Scripts
-
» I need help with the 'say__and wait' block!