Scratch for Java

Camera::changeX

Change the x-coordinate of the camera.

Syntax

Java

.changeX(amount)

Scratch

change x by (amount)

Parameters

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

Return

void

changeX