You can add platform behaviour to your char, add a boolean variable to it as well (direction for example).
Then on your event sheet add the following
Every tick>
|_> Player.direction = 0 > Player> Platform simulate control> pressing right
|_> Player.direction = 1 > Player> Platform simulate control> pressing left
On any touch> Player > Toggle direction (toggle boolean action)