Hi, I need the enemy in my platformer to patrol certain platforms, just walking left to right. ATM I've set it up so that if they hit an invisible sprite to turn and change directions. Problem with that is I need to set up events for each individual sprite (or else when one touches the blank sprite they all change direction).
It doesn't seem to be very proficient so I was wondering if there was another way of doing it? We had way-points in CC but none in C2, they would be ideal.
Cheers.