I made a game where a sprite shoots a bullet. I made the sprite shoot when I press the space bar but if I hold for 0.5 of a sec longer than it should be, it shoots out too many bullets and it messes with my ammo variable. Help Please!!!☺☻☺☻
Offline
Try to build off of this.
http://scratch.mit.edu/projects/12three/393354
Hope I could help.
Offline
try putting a [wait 0.1 seconds] block in after the block that senses that you've pressed the space bar. for example
when space key pressed
wait 0.1 seconds
(other scripts)
that should work.
Offline
adiguy17 wrote:
Thank You but it won't work because my sprite doesn't rotate.
Okay. Can you show me what you have by uploading it? I'd be able to help you more easily.
Offline