I noticed you can't combine scrollx and delta time for some reason, only specific numbers.
Is the scroll rate system dependent?
Not sure what you mean there.
Well, I setup scroll right and left hooked up to keys and you can only set the scroll rate for scrollx in pixels like +3 or -3.
Won't let you do the typical*dt application to make it system independent.
Develop games in your browser. Powerful, performant & highly capable.
Sure it does. For example to scroll right at 100 pixels per second:
Set scrollx to scrollx+100*dt
Well I'm in Release 139 64-bit, Windows Vista and every time I add that, it stops scrolling.
Works fine otherwise.
Dt also doesn't work anymore for other applications like self.x+100*dt for example and R139 seems to be the new stable release.
It's not the file as I tried it in 3 different new files.
I made a test and both are working as intended for me on R139 32bit win7:
Scroll and dt example
It must be something wrong in your end.