Currently working on my game and everything works fine, but when I try using the on-screen D-Pad (for the mobile version) the character goes left and right but the animation doesn't load. Anybody can help me ?
Link to the game's file (I know the code is not really optimized) : drive.google.com/file/d/1y6gwtwGzFNaVqqOKPL_UXxbdenyBTOUP/view
Please bundle all addons.
The versio without addon (i realized i was not even using it) :
drive.google.com/file/d/1CBJleGAH1uCiA-Y7zhGA752VK2y8L8Oa/view
It now says "File is in owner's trash"
Try this one (sorry to bother you) drive.google.com/file/d/1y6gwtwGzFNaVqqOKPL_UXxbdenyBTOUP/view
Develop games in your browser. Powerful, performant & highly capable.
You still didn't remove the HP addon..
Anyway, you need to use multiple animations, not stopping/starting a single animation.
Ok thanks, the problem with the on-screen d-pad has now been fixed, however there is still another problem. The animation does not load this time when I use the keyboard
Use the same approach:
if any arrow key is down -> set running animation. if none of the arrow key is down AND none of the on-screen buttons is touched -> set idle animation.
Now it works, thx