Computer Applications
What are events in Scratch ? How are these useful ?
Scratch
1 Like
Answer
An event refers to occurrence of some action recognized by computer. For example, when a key is pressed on the keyboard or when we click a mouse button.
Using events blocks, we can create programs defining actions to be performed in case a specific event occurs. For example, with the help of events, we can rotate our sprite by 15° when the user presses a space key.
Answered By
1 Like
Related Questions
What limits define the X, Y coordinate system of Scratch ?
Which block will you use to place a sprite at a specific XY position on screen ?
Which block(s) will you use to play sounds in a script ?
Which predefined variables of sound can you use to control the loudness and play-speed of sound, respectively ?