Scratch for Java

Sprite::goLayersBackwards()

Moves the sprite backwards by a specified number of layers in the stage. If the sprite is not part of a stage, the method does nothing.

Examples

View on GitHub

Syntax

Java

.goLayersBackwards(number)

Scratch

go [backward v] (number) layers

Parameters

Name Data Type Description
number int the number of layers to move the sprite backwards

Return

void

goLayersBackwards()

Create Shareable URL

Select Sections