Text::goLayersBackwards()
Moves the text backwards by a specified number of layers in the stage. If the text is not on a stage, the method does nothing.
Examples
Syntax
Java
.goLayersBackwards(number)
Scratch
go [backward v] (number) layers
Parameters
| Name | Data Type | Description |
|---|---|---|
| number | int | the number of layers to move the text backwards |
Return
void