How do you make objects stay in the same x position in split screen scrolling games.
Also would dividing the y position by 2 of a sprite on the top screen make the same sprite one the bottom screen move up and down the same?
Offline
1). Depending on what you need, you could have the second sprite just constantly go to the x position of the first sprite.
2). No it wouldn't, but subtracting 240 from the y position of the first sprite would.
I hope that this helps!
Offline
ErnieParke wrote:
1). Depending on what you need, you could have the second sprite just constantly go to the x position of the first sprite.
2). No it wouldn't, but subtracting 240 from the y position of the first sprite would.
I hope that this helps!
Thanks this helps alot.
Offline