I saw some tutorials on creating enemy AI from the Platform Behavior. Is this good or bad practice to use the platform behavior for enemies?
If it's a platform with enemies patrolling like Mario, what the best way to pursue this?
Develop games in your browser. Powerful, performant & highly capable.
I use the platform with non standard controls. I use a variable to toggle the enemy direction - here is an example you can get the idea.