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..
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"
Develop games in your browser. Powerful, performant & highly capable.
solved