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
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
Develop games in your browser. Powerful, performant & highly capable.
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