zsophia403 zsophia403 09-03-2022 Computers and Technology contestada Looking at the code below, will the ball be offset UP or DOWN from the center? Remember position (0,0) is located at the top left of the game window. ball.center().offset(0, -50); A. up B down