I really want to set my enemies to random acceleration speed but I just don't know how. Tried with commas but it does not work so yeah... help?
random(0,10) (or whatever values.. 0.1,10000.. etc)
There are other random options for more precise values, see manual for them,
Enemy On created > Set Enemy platform speed to random(100,200).
Develop games in your browser. Powerful, performant & highly capable.
Hey! Thanks!
in a top down shooter, when a spite moves when in line of sight, set bullet speed to random(100,600) makes the sprite speed up and slow down. it doesn't set a constant speed.
is there a way to set a constant rate of speed within a range?