How do I move the Y of a spriteimage to move down

how do I move the Y of a spriteimage to move it down?

The y coordinate starts from the top of the screen and becomes more positive as you move down toward the bottom of the screen, so if you want to move the sprite down, add a positive number to its Y value.