Hello
I am making a shooting game where ducks "fly" across the screen. I have given the object the bullet behavior. I would like the speed to be within a range such as 75 to 200.
Is there a way to do this?
Thank you for any assistance.
Just set its speed in events, random(75,200)
Develop games in your browser. Powerful, performant & highly capable.
THank you Newt.
THat did exactly what I wanted.