Hi friends, i finished a silly and very funny game in gdevelop for android and web, but the problem is that is not working in android as it’s working in the web browser, you can see in the picture the programmation i use to be able to jump 5 times, but in android only jumps 2 times… Anyone has any idea how to solve this? I’ll apreciate a lot
.
Thanks.
Hi,
You should try with a “Trigger once” condition in the first event because it may be repeated while the user is touching the screen (causing the jump variable to increment really quickly).
yeah, i think that so, i was trying right now thanks victor