Camera scroll back to beginning?
TouchTiltGames
Member Posts: 1,162
Has anyone seen a tutorial on how to scroll the camera back to the default position after it's moved away? I have a game that after something happens off screen, it jarringly jumps back to the start, but I'm wondering if it's possible to have the camera scroll back instead of jumping back.
Cheers!
Cheers!
Comments
Set the time for fast or slow movement of the camera.
I tried scene.Camera.Origin.Y To: scene.Camera.Origin.Y -600 (because I want it to scroll back down) but that still jumps down instead of scrolling. It's an Interpolate and on an instance...
One question though - the camera will scroll down but keeps going lol, do you know how to make it stop or do I just have to get the -Y coordinates right to the botttom?
Thanks a lot for your help.