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
Add a timer.
on timer set a variable.
Move things only when variable is a certain value..
The prolem is my moving objects are using a Global constant number SCROLLSPEED= 100
And what exactly does that Global constant do and is there any specific reason it should be a constant?
it gives the speed for the moving platform
So, you should change that to change the speed..
Stopping the platforms would consist of changing the speed to 0..
Develop games in your browser. Powerful, performant & highly capable.
the problem is i don't see how to change the value to 100 in the events :s i only see the score i can change, but those "Global constant number SCROLLSPEED= 100"
solved