Computer Science, asked by PrakharPragyan22, 5 months ago

The USER can create his own sprite.
The NEW SPRITE option provides us how
many options? *​

Answers

Answered by dy584413
0

Answer:

Scratch Wiki

Search the Wiki

Navigation

Scratch Wiki Home

Community Portal

Current Events

Recent Changes

Random Page

Help

About

Tools

What links here

Related changes

Special pages

Printable version

Permanent link

Page information

In other languages

Deutsch

Русский

Bahasa Indonesia

日本語

For Editors

WW Suggestions

Things To Do

Wiki Sandbox

Your Sandbox

Edit

Page history

Purge cache

Help the wiki!

The Scratch Wiki is made by and for Scratchers. Do you want to contribute?

Learn more about joining as an editor!

See discussions in the Community Portal

Rage icon.png

Sprite

An image of a sprite appearing on both the stage and the sprite list.

Sprites, either user-created, uploaded, or found in the sprites library, are the objects that perform actions in a project. While the Stage can also be programmed in a project, most projects have at least one sprite as well because only sprites can move. Some sprites only appeared in 1.4 and other 1.x versions, but can be used in 2.0 through making a project with the 1.4 offline editor, then logging into the Scratch website and editing the project from there.

A sprite designed in the Scratch 1.4 paint editor.

Contents

1 Creating a Sprite

2 Scripting

3 Sprite Pack

4 Changing the Default Sprite

5 Random Sprite Button

6 See Also

Creating a Sprite

The buttons for creating a new sprite.

The bar above the sprite list has four buttons for creating sprites. They are:

The search button allows one to choose a sprite from the library.

The paintbrush button creates a blank sprite with an empty costume.

The surprise button creates a random sprite.

The upload button allows one to upload a sprite from the computer.

The camera button allows one to take a picture with their device.

When a sprite is created, it will be placed at a random location on the Stage, usually around the center, and open the sprite in the tab you're currently viewing.

Scripting

Each sprite in a Scratch project has an area for scripts, called the scripts area. Users can give instructions to a sprite (such as telling the sprite to move) by snapping blocks together in the scripts area. Clicking on the block(s) in the script area will cause the sprite to react based on the function of the block(s) clicked. Clicking on a sprite's thumbnail in the sprite pane will bring up the script area of that sprite.

The look of a sprite can also be changed by using costumes. The current costume of a sprite can be changed by clicking on the "costumes" tab and clicking on the desired costume of choice, or by using Looks blocks to select the sprite's costume. New costumes for the sprite can be imported, created, and edited in the Scratch Paint Editor.

Some sprites additionally have at least one sound. Unlike costumes, sounds are an optional field, so you can have a sprite with no sounds. The sounds tab allows you to add, delete, and edit sounds. Sounds can be played in the sound editor or with blocks that play a specific sound.

Sprites (with all of their scripts, costumes, and sounds) can be exported, and then imported into another project if desired. This is achieved by right-clicking on a sprite's thumbnail in the sprite pane and then selecting "save to local file" in the pop-up menu. A sprite can also be dragged into the backpack and dragged out into another project for transporting. However, this will not save the sprite to one's computer.

Sprite Pack

A sprite pack is a type of project that contains sprites for usage of other users, usually consisting of 10-30 sprites. However, there is no set limit of sprites for sprite packs. A sprite pack usually has a theme, but does not require one. Example themes include cars, dogs, dinosaurs, etc. A sprite pack can also contain sprites from existing video games.

Ideally, a user should give credit if they use a sprite from someone else's sprite pack, animation, game, or any other project.

A sprite pack may also be called a sprite collection, but they are the same type of thing. Sprite Packs can also be found on other websites, but they must be ripped from a sprite sheet.

Creative Characters Camp encouraged users to create their own sprite packs.

Changing the Default Sprite

Main article: How to Change the Default Sprite

By default, creating a new project will provide a sprite with an image of the Scratch Cat without any scripts. This can only be changed in Scratch 1.4 by creating your own sprite, exporting it under the name default.sprite, and placing it in the costumes folder.

Similar questions