Scratch for Java

Sprite::changeHeight()

Changes the height of the sprite by a given amount.

Syntax

Java

.changeHeight(amount)

Parameters

Name Data Type Description
amount double a height in pixels

Return

void

changeHeight()