How can I get something to happen the frame before a particle collides?
Basically, I want to change the collisionWorldPosition of a particle the frame BEFORE the collision, but based on the collisionWorldPosition of the collision.
I know I can do
float $collFrame = ((particleShape1.collisionTime*24)-1);
but how do I trigger an event at that frame?