Hi, I'm new to Construct 3, And I'm making a vertical-based game where you progress upward.
I essentially just wanna make a vertical screen-lock that allows the screen to go up but prevents it from ever going down. If the player falls under the bottom of the screen, they die. How would I achieve this?
Here's a link to my project: mega.nz/file/lhQ2QJTL
Develop games in your browser. Powerful, performant & highly capable.
Create an object to be your camera, don't scroll to the player, scroll to your camera object.
Compare if your camera.Y is less than Player.Y and update it Camera.Y to this lowest value. So it will never update when the players goes down.
Ive done the same here in this project: