LiquidFun get particle position?

Is there a way to get the x, y coordinates of a particle group or a single particle after creating them using

object:createGroup() or object:createParticle()

Thanks :slight_smile:

Hi @poogooflupduck,

There’s no way to detect the exact x/y of a group or single particle.

May I ask what your need/goal is for detecting this? There may be another approach depending on this.

Brent

Hi @poogooflupduck,

There’s no way to detect the exact x/y of a group or single particle.

May I ask what your need/goal is for detecting this? There may be another approach depending on this.

Brent

I also need to know how to find the position of individual particles which are created using createParticle().

I need to be able to compare positions from one particle to another using their x and y positions.

Is there anyway that I can do this?

If not, what do you suggest that I do?

I also need to know how to find the position of individual particles which are created using createParticle().

I need to be able to compare positions from one particle to another using their x and y positions.

Is there anyway that I can do this?

If not, what do you suggest that I do?