Hi all,
I have a moving platform in my game and my question is how do i make the next platforms move with slightly different timing? So that they dont move at the same time. preferably so that the code isnt too cpu expensive.
What you are using to move the platforms?
Develop games in your browser. Powerful, performant & highly capable.
you could do it like so
Could use timers
A0Nasser im using variable "right" and "left". Left = simulate direction left, wait x time, change variable to right. Which is the same only simulating direction right. Im going to have a look at the Capxs around here
Thanks guys for the capxs solved the problem
Pleased to hear that