top of page
What will you learn on this page?
-
You will learn to use a "Repeat" block inside another "Repeat" block, a concept called a "nested loop".\
-
A nested loop is a programming construct where one loop is placed inside another loop
Add the Theater background
Added 3 sprites "Tic", "Fairy" "Wizard" to the stage
Tic
Fairy
Wizard
Place the sprite on the stage
Add the "wizard" sprite script
Copy the scripts to the "Fairy" sprite and "Tic" sprite
העתקת תסריט מדמות לדמות מתבצעת על ידי גרירה
Run the script by clicking on the green flag
bottom of page