Hi,
How do I stop make an infinitely scrolling background stop moving? I have a global value called ScrollSpeed, but changing its value doesn't work.
Develop games in your browser. Powerful, performant & highly capable.
Put scrollspeed in the first event (dt*scrollspeed)
Then when you want it to stop, set scrollspeed to 0
Thanks again, sizcoz. :)