Platfom enemies that zigzag
If you want to make a platform enemy that moves in zigzag, one of the simpliest ways to implement is using a Sine behaviour.
But if you want your enemy to mirro when reach to the end , just check the SineCycle values.
You can download the full example, I hope you like this my first tutorial ;-)