I have an extension that does what you want... it needs to be updated to the newest build of stencyl... if someone wants to update it
So i've made a game for mobile and I want to be able to have it rotate from portrait to full screen landscape when user turns the phone. I checked to auto-rotate button on settings yet no dice. What's the best way to go about this?Thank you
Quote from: delifood1 on February 16, 2020, 05:39:24 pmSo i've made a game for mobile and I want to be able to have it rotate from portrait to full screen landscape when user turns the phone. I checked to auto-rotate button on settings yet no dice. What's the best way to go about this?Thank youWell I think I need to do it because at the moment the game looks really small which makes it harder for the user. Is there any example codes or forums you can point me to?Auto rotate is just for if you flip your phone upside down the game will adjust. Going from portrait to landscape is a whole other ball game. There are quite a few technical challenges with that. I would have a think about how essential it really is for your game before you go down that path.