[Solved] Flip does not work in APK

Hello everyone.

I almost finished my game and I`m trying to solve few details, so I could notice that my character image flips perfectly when I launch a preview or export the game to a Web mode.

The problem is when I export the game to an APK file, my main character doesn’t flip., I don´t understand why…

This is the code that I used and if you have any advice, please let me know it.

Thanks in advance! :grinning: :grinning:

APK runs on Android, right? A device without a keyboard? So how would it get a keypress if there is no keyboard to read from?

1 Like

Thanks MrMen, I was so busy on other details that I didn’t notice that point. It’s really obvious. I’ll change my code to solve it.