Window size problems

This forum is currently in read-only mode.
From the Asset Store
220 Food Sprites in 16x16 pixel size. Perfect for items for a retro style game.
  • Hey Guys, i am making a game in Construct. There is some kind of a problem with the window size. Look, suppose my window size is 3000 x 1000. I want the window size to be 640 x 480. But when i set in this value, the window places itself up, whereas i want the window to be down the layout so that when a player climbs a ladder or something, the screen can move upwards. How can i do this?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • When you set Layot size to 3000x1000, and your game window size is 640x480 you can use events:

    + System: Start of layout
    -> System: Scroll to X "insert X position you want to go"
    -> System: Scroll to Y "insert Y position you want to go"[/code:1rl002ow]
    
    or you can set on your Sprite Properties -> Groups -> Attributes ->[b] Center view on me[/b]
    That will always put your sprite in the center of the screen
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)