ID:2963709
 
(See the best response by F0lak.)
Problem description:
You can make a centrifugal particle by setting spawn position to a center dot and applying circle velocity generator to it. But can you make it the opposite way? I want to spawn particles on a circle and make them fly to the center.
Best response
Not currently.

The best that you can do is create several particle sets in a circle around the center and have them individually each point towards the center point.
Well, thats sad. Thanks, I guess, I have to make a suggestion or something...
If only we were able to use particle's position in generators or something like that.

Like, if you were able to generate a vector from particle's position to specific point. Like, generator("vector", list($P_x, $P_y), list(5, 5)). So a particle will move from whatever position its generated at to a position 5, 5.

Login to reply.