I've tried for quite awhile but can't seem to make the screen scroll between two players. I would also like the screen to scroll between even more players if it is possible. Could anyone help please?
Printable View
I've tried for quite awhile but can't seem to make the screen scroll between two players. I would also like the screen to scroll between even more players if it is possible. Could anyone help please?
By "between", do you mean being able to switch between players, or positioning the screen halfway between two players?
If the second, then it's calculated exactly how it sounds - set the scroll position to (X("Player 1") + X("Player 2")) / 2, and the same for the Y axis.
Thank you.
I can't understand why I couldn't figure out how to do that.