Hi,
I’m trying to make a sprite jump to a random position after a collision with another object.
The problem I am having is that the collision event isn’t ended so I can’t move my sprite. Is there any way to force a collision to be ‘ended’? (I tried calling physics.removebody() but you can’t do that during a collision)
Thanks for any help, Greg