Discuss Scratch

tigerchrisc
New to Scratch
1 post

Ask block

Does anyone have a method for sensing answers????
deck26
Scratcher
1000+ posts

Ask block

What do you mean?
Incomputable
Scratcher
8 posts

Ask block

Is this possibly what you mean?

Also, you could then create this block to create an output:

Hope this helps (-:

“I am not an Athenian or a Greek, but a citizen of the world.“
”As quoted in Plutarch's Of Banishment”
― Socrates
Team xenophilia! (affiliation to foreign things)
Charles12310
Scratcher
1000+ posts

Ask block

define ask (q) and wait with detection
set [ask in progress? v] to [0]
ask (q) and wait
set [ask in progress? v] to [1]


A few internet communication companies want to corrupt the internet by getting rid of net neutrality. Stop Them!
asivi
Scratcher
1000+ posts

Ask block

Charles12310 wrote:

define ask (q) and wait with detection
set [ask in progress? v] to [0]
ask (q) and wait
set [ask in progress? v] to [1]

Exactly! Lokks like the OP wants to prevent to ask until the previous ask and wait has finished to avoid cancel this one, but before to set the variable to 1 they would must store such answer firstly(in a list or variable perhaps?), otherwise to do it when the (answer) task has finished.

@tigerchrisc please give details about you want to achieve.
Greets.

Last edited by asivi (Dec. 6, 2017 01:31:10)

Powered by DjangoBB