Scratch for Java

Camera::changeY

Change the y-coordinate of the camera.

Syntax

Java

.changeY(amount)

Scratch

change y by (amount)

Parameters

Name Data Type Description
amount int The amount to change the y-coordinate by.

Return

void

changeY