Pages: 1
Topic closed
In a scrolling project, I have trouble getting platforms in place.
While the player moves, the stage should stop (the player is against a wall). It does, but the background is still moving (It's a game where the stage moves (scrolling) and the background too, but slower).
How can I get it to stop along with the stage?
The background script is NOT in sync with the scrolling. It's just a matter of move 10 steps and move -10 steps.
Offline
when arrows are clicked make the backround move.. IF not touching the sprite when a certain arrow clicked in a certain direction. Thats how I do it, and idk how to clearly explain it
Offline
cmp8841 wrote:
when arrows are clicked make the backround move.. IF not touching the sprite when a certain arrow clicked in a certain direction. Thats how I do it, and idk how to clearly explain it
Thanks.
Offline
Topic closed
Pages: 1