Scratch for Java

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

View on GitHub

Syntax

Java

.stamp()
.stamp(layer)

Scratch

stamp

Parameters

Name Data Type Description
layer Layer which layer to stamp onto

Return

void

stamp()

Create Shareable URL

Select Sections