I have a script on my Avatar Creator project so you can change the color of the skin, hair, etc.
When I'm viewing it on the program Scratch, I'm able to hold down a key and it will change colors much faster. When uploaded I have to continuously hit the key to get it to change.
Is there any way to fix this or is it just something that happens when you upload?
Offline
The online Scratch Player handles "When key pressed" hats completely different then the Scratch program offline.
Instead of using
[blocks]<when[ ]key pressed>[/blocks]
try using
[blocks]<if>
<end>[/blocks]
This will allow you to use the "and " block.
Just put them all in one forever loop. You will only need one script anymore!
Joren
Last edited by JSO (2008-05-14 14:06:01)
Offline