Add a costume to a sprite
add_costumeAdd a new costume to any sprite in a Scratch project, using either a built-in shape or an uploaded image file.
Instructions
Adds another costume to an existing sprite, from a built-in shape or an image file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to an svg, png or jpg | |
| name | No | Costume name when loading from a file | |
| target | Yes | Sprite name | |
| costume | No | Built-in costume name |