Sorry but how do i align the window. The right click options are greyed out.. 'Bottom' Top ' etc Regards.. Elliott..
Align which window to what?
The window with the dotted line.. The view you get when you run the game.. Under project properties you have window size.. But i want to align the the window to the bottom of the layout..
Ah I see. You can do this with an event.
System - On start of layout | System - Scroll to (0,LayoutHeight) [/code:3fb7pv94] It won't show in the layout editor, but when you preview/start your game the window will start on the bottom. The right click aligning options are used to align objects you've placed with various edges.
Develop games in your browser. Powerful, performant & highly capable.
Ahh..! Thanks so much, will give it go.. Cheers again.. Elliott..
Yep, that works.. Actually i couldn't find the (0,LayoutHeight) bit , but i used scroll to Object - Player... Which works pretty much the same... Thanks oosyrag..
For reference, that one is scroll to location, where x is 0 and y is layoutheight.
Glad you got it working!