Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I noticed you can't combine scrollx and delta time for some reason, only specific numbers.
Is the scroll rate system dependent?
Develop games in your browser. Powerful, performant & highly capable.
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.
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.