I am not sure if this is already a forum topic, but shouldn't scratch support dual button presses?
I am not saying
[blocks]
<if><<<key[ up ]pressed?> <and><key[ left ]pressed?> >>
[/blocks]
I mean that if I have an up arrow key script (jump, per say) and a left arrow key script, and I press both at the same time, both scripts should run.
This has been a slightly annoying problem; especially for the adventure games, where I try running and jumping at the same time, but it doesn't work.
Offline
It may not be possible for scratch to detect two keys being clicked at once, because not all hardware will report that. Generally only one of the two keys will cause a key-press event.
Offline