Computer Applications

What is the job of the 'forever' script ?

Scratch

6 Likes

Answer

The forever block repeats a set of actions forever. For example,

when green flag clicked
forever
    move 100 steps
    if on edge, bounce

Answered By

1 Like


Related Questions