the ___ block repeats the enclosed script for the specified number of times whereas ____
block repeats in a loop that never ends.
Answers
Answered by
2
Answer:
The Forever block is a Control block, a C block, and a Cap Block. Blocks held inside this block will be in a loop — just like the Repeat () block and the Repeat Until () block, except that the loop never ends (unless the stop sign is clicked, the Stop All block is activated, or the stop script block is activated within the loop). Due to this infinite loop, the block has no bump at the bottom; having a bump would be pointless, as the blocks below it would never be activated.
This block has a slight delay, so for optimum speed of execution, single frame block stacks should be used.
Similar questions