Snap Documentation
IntroductionGet startedGlossaryReferences
1.0.0
1.0.0
  • Introduction
  • Get started
    • The First Day
    • Algorithms
    • Programming Languages
    • SNAP Self-Portrait
      • Do now
        • I Am ...
      • Labs
        • Getting to Know You
  • Snap!
    • Getting started with Snap!
      • Labs
        • Welcome to Snap! - Part 1
        • Welcome to Snap! - Part 2
    • Building Blocks
      • Do now
        • Tracing and Debugging
      • Labs
        • SNAP Scavenger Hunt
    • Drawing Shapes
      • Do now
        • Drawing a Triangle
      • Labs
        • Squares, Triangles, and Stars, Oh My!
    • Costumes
    • Animation
      • Do now
        • Sprite Communication
      • Labs
        • Sprites in Action
    • Storytelling
      • Do now
        • Knock Knock
        • Click Event Interaction
        • Movement Interaction
    • Project
      • Animated Storytelling
  • Loops
    • Loops
      • Do now
        • Introduction to Loops
      • Labs
        • Squares and Triangles Redux
    • Nested Loops
      • Do Now
        • Debugging Loops
      • Labs
        • Yellow Brick Road
    • Inputs and Conditionals
      • Do now
        • Stairs
      • Labs
        • What Shape is That?
    • Variables
      • Do now
        • Debugging
      • Labs
        • Guessing Game
    • Boole in the House
      • Do now
        • Variables Practice
      • Labs
        • Triangles of All Kinds
    • Combining Loops and Conditionals
      • Do now
        • Boolean Practice
      • Labs
        • What Goes Up...
    • Quiz
      • Loops
    • Pong
      • Do Now
        • Bouncing Ball
    • Project
      • Pong
      • Pong - Alternative
  • Customization
    • Abstraction and Friends
    • Procedures
      • Do now
        • Drawing Squares
      • Labs
        • Drawing Shapes
    • Customization - Part 1
      • Do now
        • Jumping
      • Labs
        • Let Me Check My Calendar
    • Customization - Part 2
      • Do now
        • Practice using Arguments
      • Labs
        • If My Calculations Are Correct...
    • Quiz
      • Customization
    • Project
      • Platform Game
      • Platform Game - Alternative
  • Lists
    • Intro to Lists
    • Static Lists
      • Do now
        • Letters of a Word
      • Labs
        • You Talkin' to Me?
    • List Practice - Part 1
      • Do now
        • Quote of the Day
      • Labs
        • Guess Who
    • List Practice - Part 2
      • Do now
        • Traversing List
      • Labs
        • Number Cruncher
    • Sequential Search
      • Do now
        • List Tracing
      • Labs
        • It's Around Here Somewhere
    • Lists
    • Guess My Word
      • Do now
        • Gentle Guess My Word
    • Project
      • Guess My Word
  • Cloning
    • Introduction to Cloning
      • Labs
        • Connect the Dots
    • Cloning Sprites
      • Do now
        • Star Wars Troopers
      • Labs
        • Lots of Balls
    • Communicating with Clones
      • Do now
        • Star Wars Troopers using Cloning
      • Labs
        • Fewer Balls
    • Quiz
      • Cloning
    • Space Invaders
    • Project
      • Space Invaders
  • Final Project
    • Design Basics
    • Research and Ideate
    • Defining Requirements
    • Building a Plan
    • Project Implementation
    • Project
  • References
    • How to's
      • Create Snap Account
      • Save & Share Projects
      • Snap Window
      • Sprites
      • Scripts
      • Movement & Position
      • Drawing
    • Readability
    • Snap elements
      • Motion
      • Looks
      • Sound
      • Pen
      • Control
      • Sensing
      • Operators
      • Variables
  • Glossary
Powered by GitBook
On this page
  • Short definition:
  • Long definition:
  • How do I view my sprite's costume?
  • How do I add new costumes to my sprite?
  • How do I delete a costume?
  • Using Multiple Costumes
  • What are the benefits of having multiple costumes?
  • How do I switch between costumes?

Was this helpful?

  1. Snap!

Costumes

PreviousSquares, Triangles, and Stars, Oh My!NextAnimation

Last updated 5 years ago

Was this helpful?

Short definition:

What the sprite looks like (triangle, dog, cat).

Long definition:

The costume is the display of the sprite. For instance, the starter sprite's costume is an image of a triangle. A sprite can have multiple costumes and switch between them.

How do I view my sprite's costume?

  1. Select the sprite you want to see the costume of.

  2. Select "Costume" next to "Scripts.

  3. The selected costume is what is currently being displayed.

How do I add new costumes to my sprite?

There are three ways:

  1. Use a prebuilt image.

  2. Draw your own image.

  3. Get an image stored on your computer.

1) Use a prebuilt image online.

  1. Select the sprite you want to add the costume to.

  2. Click on the file icon, then click on "Costumes..." in the drop down menu.

  3. Select the costume you want and select "Import". When you are done importing costumes, select "Cancel".

2) Draw your own image

  1. Click on the paintbrush icon.

  2. Draw your sprite and select "OK".

3) Use an image from your computer

  1. Select the sprite you want to add the costume to.

  2. Click on the file icon, then click on "Import" in the drop down menu.

  3. Select your image and select open.

How do I delete a costume?

Right click on it and select delete in the drop down menu.

Using Multiple Costumes

What are the benefits of having multiple costumes?

Multiple costumes allow for the animation of objects and allow for the visualization of actions. For instance, if you have a dragon and want it to breath fire when another sprite gets too close, you can have a costume for a walking dragon and another for a dragon breathing fire. Similarly, if you have a frog that transforms into a prince, you can have multiple costumes for that transformation.

How do I switch between costumes?

There are two ways:

  1. You can manually switch between costumes by clicking on them in the "Costumes" tab next to Scripts.

  2. You can automatically switch between costumes by using the block "switch to costume" or "next costume" in the looks category.

Navigate to the costumes tab
Dinosaur switching from suprised costume to roaring costume
Costume tab next to Scripts
Same picture
File Icon in top left corner directly to the right of the Snap logo.
Use the tools provided to create the costume for a new sprite.
Under display window
Double click or select import to add costumes.
Paint bush icon directly under display window.
File icon in upper left corner directly to the right of the Snap logo.
Browse your computer and select the images you want to upload.