Sprite::stamp()
Stamps the current sprite to the background. A stamp is a non interactive version of the sprite.
Example usage:
this.stamp(Layer.UI);
Examples
Syntax
Java
.stamp()
.stamp(layer)
Scratch
stamp
Parameters
| Name | Data Type | Description |
|---|---|---|
| layer | Layer | which layer to stamp onto |
Return
void