I set up two roundedRect as border and a rect as background before game start .
After game start,I add a circle as a ball and add touch listener on background,
and all objects are in physics(right picture)
If I touch the screen very fast after game start , all objects disappear.
That’s so weird(left picture)
By the way,there are no "display.remove() " in code used for border.