I am currently working with only 1 enemy object, Once the player has killed a few, I would like the future instances created to have a faster speed. I can only make the ones currently spawned speed up. Any thoughts?
game.paleoketo.com/jshtest.capx
Try this.
Develop games in your browser. Powerful, performant & highly capable.
Omg, genius! thank you
Didn't do it either, but you just taught me that expressions can go in data fields. I set it to update enemies bullet speed to sc*10 every tick, gradual increase now. Thank you a ton!