-
Game window
Is there a way to change the position or the side of the screen that the initial game window is on? I'm making a side scroller and I'd like to start from the bottom and go up but I've found no way to do so. It's probably easy, but I'd appreciate the help.
-
Re: Game window
Under the Frame object, you can set the 'scrolling', which is the center spot of the area you are viewing in the level. You can center it on an object or potion. Just do
Start of Frame: Set Frame Scrolling to {Bottom left corner of the frame}
-
Re: Game window
I find it odd that something like that requires a condition to do instead of just being able to drag the box down. Oh well. I'll try it out. Thanks!
-
Re: Game window
It's not a condition, it's an effect. ;)