What is meant by an event in Scratch? Explain with an examele
Answers
Answered by
1
Answer:
Event-based programming is programming in which the code is based on events, which are similar to message broadcasts. For example, a "when mouse moved" event can trigger all scripts when the mouse is moved. Events have their own attributes, called event attributes.
Similar questions