Hello. My first post! I am going through tutorials and learning the basics of C2 at this point.
I want to create a simple player control where each tap reverses the player movement.
Game Start: Player Idle
First Tap: Player moves right
Second Tap: Player moves left
Third Tap: Player moves right
and so on, while continuously facing forward. Can anyone point to the tutorial or methods to do this?
I am trying to detect which way the Player is moving and accelerating towards Player.X + or - 2000, but not doing anything correctly, not to mention this probably requires 2 taps to reverse movement.
(Pic of my failed control attempt)
https://drive.google.com/open?id=0ByWkQ ... 2Y1UHRBdkE
Thank you in advance.