Hi everyone! I’m kind of new to TP (Been messing around with it for just a couple of weeks) and I’ve been assigned with the challenging task of creating a crowd system (I mention this, because probably a lot more questions will arise).
So… here’s my first question… I have two target objects, and I’m trying to make my particles “decide” on the moment they are created if they move towards the position of “target1” or towards “target two”… the problem is that they all choose to move towards the position of the just one target.
How you could assign a random value per particle on the moment when they are created (between 1 and 2), and based on this value make them move towards a certain goal (particles with value 1 moves towards “target1”, and particles with value 2 will go to “target2”)
Thanks in advance