Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello,
I'm making a vertical game.
It goes negative so upwards, but I only want to scroll to the object when it is moving upwards.
And when it is falling, the P.O.V has to be the same. Can someone give a solution
Kind regards,
Niek Biesterbos
If (isJumping)
if you're going for a doodlejump sort of thing have 'isJumping' be something along the lines of player.VectorY < 0
briggybros thnx!
Develop games in your browser. Powerful, performant & highly capable.
briggybros Using this method, it scrolls very laggy...
Any suggest?
Thnx
Niek It shouldn't cause any lag, see this example: https://dl.dropboxusercontent.com/u/706 ... ample.capx
briggybros fixed it