I'm trying to make a simulation with red and yellow particles that follow a few rules, one of those being that red particles are attracted to each other. I tried to do this using physics force, but the force is applied to itself instead of another instance. This results in all red particles moving to the right.
Is there a better way to do this?
Develop games in your browser. Powerful, performant & highly capable.
Turns out I am just bad. I set the end of the animation to 5 seconds instead of 2.
I'm trying to make the title in my game rotate left and right forever. I tried using a timeline animation with loop on, but it just stops at the end. What am I doing wrong?