Pages: 1
Topic closed
I'm completing a scratch programme that 'draws straws' for a task (allocating a task to someone). At the moment I'm trying not to let the user input just the enter key but I can't find an effective way to do it. Any Ideas?
Thanks
Offline
If you'd like to user to input text, a great way to do so is through the "ask" block.
Otherwise, there's no way to detect the enter key. It's a bit ridiculous. However, you could use the space key or other "general" keys.
Offline
I am able to input text into the programme however, if the enter key even is knocked by mistake the programme skips a large amount of code. Is there any way to stop this happening?
Offline
TRocket wrote:
Not using the [blocks]<when green flag clicked>[/blocks]block
Only post if there's something helpful please. Just use NOT answer = or or.
Offline
Topic closed
Pages: 1