Hiya lunarray
I tried to figure out how to Adjust the scroll speed
I understand that 2*dt adjusts the scroll speed between X and Y positions:
" Scroll to lerp(scrollx, player.X, 2*dt) , lerp(scrolly, player.Y, 2*dt) "
But I can't seem to make the dt value work with your adjusted code. I first thought that the variable at the end would adjust the speed. ie:
" Set progress to clamp(progress + dt, 0, 5) "
Then I thought to place Dt variables at the end of:
On touched Clickspot > scrollToX to Clickspot.TargetX, 2*dt ...
...but I get an expression error. I think I need to learn more about how to combine different expressions, do you recommend a particular tutorial?
Thanks again!