Hey All,
I have a game setup so that when two variables match, I want a camera sprite (with a scroll-to behaviour) to lerp position to another object.
Problem is, I can only get the Lerp working when i start with an 'Every tick'. If i place this at the start, then the movement occurs before the variables are checked. I just can't seem to fix it.
Anyone have any suggestions please?
To summarise:
SYSTEM - COMPARE VARIABLES - VARa = VARb - LERP position.
Thanks,
BB.