Hey, what is the best way in construct classic to make a door or a moving platform.
At the moment I am using the physics behavior but it often overshoots its mark.
Ideal thing would be a platform that can go from A to B to C to D in sequence.
Develop games in your browser. Powerful, performant & highly capable.
With a moving platforming I would just use bullet behavior, and have four collision objects which change a private variable "direction" which controls which angle the platform moves.