Hmm, still doesn't work. I'm actually trying to scroll the viewport here so the line gStatusline doesn't apply.
The code I have is SetViewport(0, Scroll(0, c, 100, eEaseOut)); but this doesn't work either.
Any ideas?
Thanks for this, Khris. Your a champ!
Edit: Whats eEaseOut and how would you use it? This doesn't make sense.
The whole purpose of easing is that it does the ease out on the start of scrolling and the ease in at the end to smooth out the sharp transition.
Based on your example, I don't understand how one would write the eEase in command for the end of the animation.
Does this mean I have to write two separate lines of code to control each half of the scrolling movement? Point A = eEaseOut line and point B = eEaseIn line?
Cheers,
Paul.
The code I have is SetViewport(0, Scroll(0, c, 100, eEaseOut)); but this doesn't work either.
Any ideas?
QuoteI'm working on an adjusted function that'll use a factor to scale the speed.Brilliant! I'm looking forward to trying it out.
Thanks for this, Khris. Your a champ!

Edit: Whats eEaseOut and how would you use it? This doesn't make sense.
The whole purpose of easing is that it does the ease out on the start of scrolling and the ease in at the end to smooth out the sharp transition.
Based on your example, I don't understand how one would write the eEase in command for the end of the animation.
Does this mean I have to write two separate lines of code to control each half of the scrolling movement? Point A = eEaseOut line and point B = eEaseIn line?

Cheers,
Paul.