Helping kids everywhere create what they imagine

Stamp Block

Stamp Block

The "stamp" block can be accessed by adding the Pen Extension. When used in a script, the "stamp" block will allow you to produce a duplicate image of the sprite and stamp it onto any location on the stage.

 

Because the stamp is simply an image of the sprite at the moment it was stamped, it cannot be programmed but can still be a powerful tool to create interesting patterns or movement tracks. For example, try creating a piece of an image (like a petal) that can be repeatedly stamped in a pattern to create something new (like a flower).

Tags
Platform
Scratch
Audience
Students and LearnersEducators and Facilitators
Experience Level
Getting StartedIntermediate
Type
VideoOtherStarter Project
Topic
Art/AnimationExtension Block
Language
English

Related Resources

Pen Extension, Turtle Graphics
Pen Extension, Turtle Graphics

Create digital drawings using the Pen Extension. These drawings, also known as turtle graphics, are created when a cursor (the "turtle") draws on a plane (like the Scratch stage). Turtle graphics help with algorithmic thinking and debugging, and they employ geometry concepts and focus on direction, location, and repetition/looping.

 

Explore the computational concepts of decomposition and sequence as you create a shape drawing in Scratch using the pen blocks, and create a visual artifact, enabling learners to observe results, debug, and iterate, all while having fun and gaining real-world problem solving and critical thinking skills!

Learn More
Clones
Clones

Cloning lets you create multiple copies of your sprite while your project is running. When each clone is produced, it has the same costumes, sounds, scripts, and variables as the original, but is otherwise independent. Clones can work for you, saving you coding time and helping you create dynamic and interactive projects. Let’s explore how clones work and experiment with how you can use them in your projects.

Learn More
Conditional Statements
Conditional Statements

Have you ever wanted to create a Scratch program that is interactive or offers multiple outcomes? Some Scratch programs are static: the outcome is fixed and the same thing happens each time. Some are dynamic: they are capable of action or change each time they are run. In order to create dynamic programs, the programmer can use conditional statement blocks (in the Control blocks category) to give instructions on how the project should respond in different circumstances.

Learn More
Create Interactive Art
Create Interactive Art

Make a famous work of art or your own unique art come alive!

Learn More