I'm creating a game vertical scrolling, with a layout 960 x3540, with window 960 x 540, the problem is that the window is placed in the top layout. I would like to place it down to scroll up. how can I do ?
Develop games in your browser. Powerful, performant & highly capable.
Would putting a scrollto behaviour on your player work?
certainly, but I would like the starting point down, to move the sprite up
You can put the player anywhere you like on the layout, also down..
If you use scrollto on a separate sprite you can then place that where you want. Linking you player to that sprite also allows you some scope to move above or below it too.