It seems that I have problems moving objects too far off the original screen what are the extents of the screen that corona supports?
This is coming up because I have a ball moving across the screen, I had already made a wall with which I was going to block the ball. It becomes really strange because if lets say the ball.x == 5000 moving with velocity in the +x direction and I move my wall.x to 5500 the ball will “hit” the wall as if the wall is there and ball stops. However the wall doesn’t appear on screen or in the in physics “hybrid” view.