Bitmap Sprite | Vector Sprite |
Animated Sprite | Static Sprite |
Background Sprite | Character Sprite |
UI Sprite | Text Sprite |
A type of computer sprite that is created using mathematical formulas to define shapes and lines, allowing for scalability without loss of quality. | A type of computer sprite that is created and stored as a grid of pixels representing an image or graphic. |
A type of computer sprite that remains unchanged and does not have any interactive or animated properties. | A type of computer sprite that consists of multiple frames or images that are displayed in sequence to create the illusion of movement. |
A type of computer sprite that represents a specific character or object in a game or application. | A type of computer sprite used to create the backdrop or setting for a scene or game environment. |
A sprite that displays text as its visual representation. | A type of sprite used to create user interface elements, such as buttons and icons |
Tile Sprite | Player Sprite |
HUD Sprite | Overlay |
Scratch | Blocks |
Stage | Sprite |
A sprite that represents the main character controlled by the player in a game. | A sprite that is used to create seamless backgrounds or tile-based game levels. |
A transparent layer on top of the game screen that contains HUD elements such as health bars or mini-maps. | A graphical element used in games to display player information such as health or score |
Visual coding elements that represent commands, controls, and operations, which are snapped together to create scripts. | A visual programming language and online community targeted primarily at children to help them learn how to code through interactive stories, games, and animations. |
A character or object that can be programmed to perform actions in Scratch. | The main area where sprites are placed and where the user can interact with them. |
Script | Costumes |
Backdrops | Sound |
Variables | Pen |
Costume Editor | Scratch Extension |
Different appearances or outfits that can be assigned to a sprite in Scratch. | A series of blocks that enable a sprite to perform a sequence of actions. |
Audio files that can be played by sprites in Scratch projects. | Background images that can be added to the stage in Scratch. |
A tool in Scratch that allows sprites to draw on the stage. | Containers for storing data that can be used in Scratch programs. |
A feature that expands the functionality of the Scratch programming environment by adding new blocks, tools, or capabilities. | A feature in Scratch that allows users to create and edit costumes for their sprites. |
Extensions Library | |
A collection of additional features created by the Scratch community for users to easily add to their projects. | |