Hi, I was wondeirng if there was some kind of method to change Scroll X slowly rather than instantly? In my game, I make sure the player can see further ahead than if the scroll was focussed on them. The result is that when the player turns to the opposite direction, the ScrollX instantly changes position so that they can see further ahead in that direction and it looks kind of silly, not to mention distracting.
In most sidescrollers I've noticed the player can move across the screen a certain distance before the screen actually scrolls and I think this would be a good way to do it... I just can't think of how. Any ideas?
Thanks!