In construct classic I want to make it so that when the mouse button is down the gun spawns the bullet every 5 to 10 seconds so how do I do this I tried every way I could think of and I can't do it
Develop games in your browser. Powerful, performant & highly capable.
Try every int(random(6)) + 5 seconds, this will do a minimum of 5s or up to 10s (the random never goes all the way to 6 I believe, it should get rounded down to 5, but I'm not certain)