Hi!
I am working on a game where a character can move left to right, in a classic platformer style. I would like it so that as the character moves in either direction, the display objects around it (and the background) smoothly shift in the same direction as the character.
Does anybody have any thoughts as to how to create an effect like this? I was thinking of creating a display for the group of objects I would like to move, but do not know about how to write it from there.
I appreciate any thoughts or examples!
Thank you.