Hi,
I currently have three sprites that I want to move in a random direction every 5-8 seconds, but I can only get them to move at the same time. I've tried using "For Each", but this causes only the first sprite to move and not the other two. How do I fix this?
Test this
Use the Timer behavior. It's for exactly what you want to do.
Could you be a bit more specific please? I already have the timer behaviour set to the sprite and have a similar setup with a different object, but it's still not working. I expect I'm missing a few steps somewhere:
Develop games in your browser. Powerful, performant & highly capable.
Make sure the Start is only done once. I'm guessing you are running this continually, so continually restarting the timer.