Scratch for Java

Text::goToBackLayer()

Moves this text to the back layer of the stage, behind every other text on it. If the text is not on a stage, the method does nothing.

Texts are drawn on top of the sprites, so this orders a text against the other texts rather than against the sprites.

Examples

View on GitHub

Syntax

Java

.goToBackLayer()

Scratch

go to [back v] layer

Return

void

goToBackLayer()

Create Shareable URL

Select Sections