I'm making a game that uses that kind of view follow where when you hit the edge of the screen its scrolls over. Like in those retro typing-venture things.
Heres the thing, Its scrolling over fine, but then it takes my actor about 5 seconds to appear the screen from the other side. I think that I could fix this with something like a 'on collision move "player" to X'
but I'm not sure.
Anyone?