Many ways to do it, it really depends on what you want to make in the end.
If you are referring to teleporting tiles then something as simple as this will work:
On 1 touched > 1 Set Position (3.X, 3.Y+160)
if the sprites were 160 pixels high it would move it below 3.
If you are talking about dragging 1 below 3 you can just add a drag and drop behaviour to the tiles.