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.
Syntax
Java
.goLayersBackwards(number)
Parameters
| Name | Data Type | Description |
|---|---|---|
| number | int | the number of layers to move the sprite backwards |
Return
void
