I want to spawn some enemies on start of layout, and make their maxs speeds diferents with a random number. How i do that, but for each of them individualy?
Develop games in your browser. Powerful, performant & highly capable.
On created > set max speed to random(x,y)
Noop, i thought that was it, but no. I need them to have indivisual diferent speeds, and this way didn't work...
Aaand... now i got it. It works, its just that the speed was not right. Thanks again.