Scratch for Java

Sprite::setSize()

Sets the size of the sprite.

Syntax

Java

.setSize(percentage)

Parameters

Name Data Type Description
percentage double a percentage [0...100]

Return

void

setSize()