So, I'm making a simple "engine" for a simple game that I'm making. Basically, I have 4 players, all of which you control. I'm only working on the scrolling first, so it's very basic. So, the general idea is that whenever I click, a variable increases by one. That variable is called "PlayerVar" and it is a number. Every tick, another variable is updated to ""Player" & PlayerVar", that variable is called "Player". There's another every tick event that scrolls to "Player & "Y"" and "Player & "X". In theory, this should scroll to the player that's selected, if you know what I mean, but instead, it scrolls to a white background, and never scrolls to the next Player.