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
Syntax
Java
.goToBackLayer()
Scratch
go to [back v] layer
Return
void