Please visit the following project. It doesn't work properly on the website, but if you download it, it should run properly in 1.2.1.
I'm not sure exactly what the problem is, but it seems to be related to a "while not key space pressed" block in the projectile script. You need to hold down the space key until the power maxes out in order to see the bug.
http://scratch.mit.edu/projects/inuwali/65046
Last edited by inuwali (2007-12-10 10:30:11)
Offline
The Scratch project is runned by Java on the web. Sometimes Java might not "read" the Scratch coding correctly, which causes glitches.
Offline
There may be some differences in how Java handles the keyboard on different machines.
Things like auto-repeat settings may affect whether holding a key down results in a "key-down" state or a series of key-press events.
Offline