You need to use variables. Have a boolean variable on your Conv object and do something like "if player taps on Conv -> toggle boolean variable".
Then you can say "if the variable is true and the player is touching Conv on the bottom, he moves player.x-1", but "if the variable is false and the lpayer is touching Conv on the bottom, he moves player.x+1".