So the location of the touch doesn't matter, it is touch anywhere on screen? You can do this by toggling a boolean.
On any touch, toggle sprite.boolean (between true and false)
If boolean = true, every tick simulate control move left
boolean = false, every tick sim control move right
Something like that.