This site requires JavaScript, please enable it in your browser!
Greenfoot back
Unreliable
Unreliable wrote ...

2013/12/7

Hold button and fire with delay.

Unreliable Unreliable

2013/12/7

#
Hey there guys! I have been trying to get an automatic firing system working where I can hold down the mosue and it will fire a bullet every X seconds. Any help would would be nice
Lautima Lautima

2013/12/7

#
I am wondering the same thing! Someone please answer with a code
shrucis1 shrucis1

2013/12/7

#
I answered a similar question yesterday, here: http://www.greenfoot.org/topics/5057 Except you replace Greenfoot.isKeyDown("space") with whatever method you use for sensing if the mouse is down.
You need to login to post a reply.