I’m trying to use the Flip Gravity extension but get two problems.
It is not possible to use a condition for the action, so it is impossible to disable the flip temporarily. So normal jumps are not possible in the same scene(with the same key), activation only after a flip item has been collected, deactivate in pause menu, etc.
But the bigger problem is, when the player dies, the flap state is not refrashed.
If I set the player to the starting point, he flies straight up.
If I delete the player and create a new one, he can no longer jump/flip.
This also makes it impossible to solve problem #1 with a second player object.
Hello, I don’t really understand what you are trying to do, but you can enable and disable the extension by simply adding a condition, here is an example:
in this example, flip gravity key is E and jump key is E as well, and Q is there to disable or enable the extension.
So it is possible to add any condition you want for the extension (just make sure it runs in every frame (don’t add trigger once to the extension condition)), if that’s not the case then you need to explain more what you are trying to do and why you can’t make it
The flip state does not get back to default, but if you still having a problem, I can update the extension and add a new action (Turn Flip gravity off), which will refresh the flip gravity extension and restore the player states back to default when the action is called.
Thank you for your feedback
I updated the extension and added the new action (Rest gravity back to normal to a selected object), and now it’s merged with GDevelop, feel free to use it
Note: Make sure to update the extension to the latest version.
Enjoy