It's not wrapping around. You have a touchcirc that already exists outside the layout so when you touch the screen you create a second one and they both grow.
You should have a condition:
'On start of layout -> Destroy touchcirc'
or give the touchcirc sprite the 'Destroy outside layout' behavior to get rid of that first one when the game starts.