Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I wan to make a driving game with vertical scrolling and use scroll to behaviour on the player, how can I make vertical scrolling with the driving controlling the scroll speed
Develop games in your browser. Powerful, performant & highly capable.
I don't get the question.
If you have the "scroll to" behaviour on the player, then the player (your car?) makes the screen scroll.7So faster car faster scrolling.
I don't get the question. If you have the "scroll to" behaviour on the player, then the player (your car?) makes the screen scroll.7So faster car faster scrolling.
lol right sorry. how do I make every wrap look different with different enemies.
you want to spawn new enemies when you wrap around your layer?
If so I would try this (without the wrap behaviour)
fetch obj_player.x and y > move player to the other side > spawn new enemies
you want to spawn new enemies when you wrap around your layer? If so I would try this (without the wrap behaviour) fetch obj_player.x and y > move player to the other side > spawn new enemies
is there another way to do it with wrap
it would be the same with wrap - but without the freedom to tweak
ok thanks