They're really no better than Scratch.
The problem is we're relying on the key-repeat function of the keyboard.
You've doubtless noticed this, even just when typing documents. If you press a key and hold it down, one character immediately appears on the screen, then there's a delay, then the character starts to slowly repeat. This behaviour is controlled deep down in the operating system.
Fortunately, with Javascript, we can do something about it.
|