Re: Scrolling Difficulties
What I would do to achieve this is separate the scrolling on to an invisible "camera" object (just an active object with "Visible at start" unchecked, so that the player can't see it). You could then set the scrolling to always follow this object, and give it an alterable value so that you could toggle it between always moving towards the player and moving towards the portal.
Re: Scrolling Difficulties
That's genius! But which movement would I use to have the camera box "stalk" the player?
Re: Scrolling Difficulties
You should either use bouncing ball or your own custom movement for it so you have more control. ;)
Re: Scrolling Difficulties
But how do I use bouncing ball movement to have the camera box follow the player?
Re: Scrolling Difficulties
Always: Look in direction of player
Re: Scrolling Difficulties
Maybe, I'm not doing it right, but it's not working. (>_<)
Re: Scrolling Difficulties
Maybe you could upload your mfa to the file archives so we could trouble shoot what is going wrong.
Marv