Quote Originally Posted by Alloy Bacon View Post
I uploaded a new version:
https://rpguy.weebly.com/

This one gets the fullscreen, and doesn't stretch the stage on your phone.

The screenBounds object gives you the size of the stage like, screenBounds.width and screenBounds.height

if you are going to use screenBounds on desktop (not mobile) I would just change screenbounds to:
screenBounds.width=stage.stageWidth;
screenBounds.height=stage.stageHeight;
Ok. i´ll try...

Thx a lot