explain about reporters block
Answers
Answered by
0
Answer:
Defining reporter blocks. So far, all of the blocks you've defined have been "command" blocks. These actual carry out an action that affects the state of the program. For example, the move block makes the sprite move, and the say block makes the sprite say something.
Answered by
0
A reporter block is a block that reports a value. These can be anything, from numbers to strings. Unlike a stack block, which changes something on the Stage, plays a sound, stops the script, or changes a variable, reporter blocks cannot be placed directly above or below another block.
Similar questions