Hello there !
I've searched a while but didn't find any answer so I'm asking you guys: How to make a character jump while unpinning him from another sprite ?
Explanation: The character (who have a platformer behavior, and many others) is attract to an asteroid (simple sprite with solid behavior on it) when he is overlapping another sprite whose around the asteroid. And when the player is on collision with the asteroid, he is pin to the asteroid while it is spinning (so the player spin with it). Then, I want the player to jump from that asteroid when I play the good input (a mouse click).
But the problem I have is that the player don't jump from the asteroid. Any ideas how to fix that ?
If it's more clear: it would be a platform whose stick the player on it and whose spin at the same. The player has to enter the input to jump at the right time go on another platform