hi, i started in the construct a little while ago, and i'm having a problem, i'm making a flappy bird style game and i wanted to know how i would do to increase the speed of the obstacles as time goes by. forgive me for bad english
Develop games in your browser. Powerful, performant & highly capable.
Assuming your scroll speed is a variable...
You can use the every x seconds system condition to increment it.
Or you can use a timer behavior on triggered.
Or you can set it based on score, if that's something you're keeping track of.