PDF chapter test TRY NOW
Movement and Loops:
- Click the File/New menu to create a new project and enter a project name.
- Click the Script menu → Event, drag and place a "when green flag clicked" block to the scripts area.
- Your scripts area should look like the following figure:
- Click the Script menu → Motion menu, drag and place a goto \(x:\ 0\ y:\ 0\) block to the scripts area and place it to the bottom of the "when green flag clicked" block.
- Your scripts area should look like the following figure:
- Drag and place a move \(10\) steps block to the bottom of your script and modify the \(10\) into \(100\).
- Click the green flag (Go) at the top right corner of the stage to run your program.