Scratch for Java

Sprite::goToBackLayer()

Moves the sprite to the back layer of the stage. If the sprite is not associated with any stage, the method returns without performing any action.

Syntax

Java

.goToBackLayer()

Return

void

goToBackLayer()