__________ is a graphical image that moves around on stage in scratch coding.
Answers
Answered by
1
Answer:
around on stage in coding
Answered by
1
Sprites
Explanation:
Sprites are the moving images on the stage.
Scripts are programmed to make them do things, such as move around the stage, play sounds and music, and talk in speech bubbles.
In computer graphics, a sprite refers to a two-dimensional bitmap image that is integrated into a larger scene.
That might seem like a bit of a convoluted description, but just think of a sprite as an object in one's program that will perform actions.
They are the non-static elements within a 2D game, moving independently of the background.
It is often used to represent player-controlled characters, props, enemy units, etc.
Similar questions