Text::goToFrontLayer()
Moves this text to the front layer of the stage, in front of 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
.goToFrontLayer()
Scratch
go to [front v] layer
Return
void