diff --git a/docs/static/tutorials/lyla/finish.gif b/docs/static/tutorials/lyla/finish.gif new file mode 100644 index 0000000000..54abc1583f Binary files /dev/null and b/docs/static/tutorials/lyla/finish.gif differ diff --git a/docs/tutorials/lyla-jr.md b/docs/tutorials/lyla-jr.md index 8b4c6f5998..c630bf3ea5 100644 --- a/docs/tutorials/lyla-jr.md +++ b/docs/tutorials/lyla-jr.md @@ -5,18 +5,30 @@ ## Lyla and Ev's Snack Chase @showdialog -**Let's code a video game with Lyla, Everett and Stu!** +**Let's code a video game with Lyla, Everett, Luke and Stu!** ![Pickle Party Game](/static/tutorials/lyla/lyla.gif "Characters chasing pickle slices." ) -## {Step 5} +## {Step 2} **We need snacks to chase!** +--- + +Snap the +```block +sprites.sendFlying(lyla_imgs.picklechip, 1) +``` +block into the workspace. + +--- + ![Add a flying pickle with a new block](/static/tutorials/lyla/pickle.gif "Choose the pickle from the gallery" ) + + #### ~ tutorialhint ```blocks @@ -26,7 +38,7 @@ sprites.sendFlying(lyla_imgs.picklechip, 1) -## {Step 7} +## {Step 3} **Add a background!** @@ -47,7 +59,7 @@ scene.setBG(lyla_imgs.diner) -## {Step 6} +## {Step 4} **Try your game!** @@ -59,7 +71,7 @@ catch the snacks. -## {Step 8} +## {Step 5} **Add a timer!** @@ -86,7 +98,7 @@ game.gameCountdown(30) -## {Step 10} +## {Step 6} **Make more changes!** @@ -116,7 +128,12 @@ music.play(music.createSong(assets.song`countdown`), music.PlaybackMode.InBackgr ![You finished your game!](/static/tutorials/lyla/finish.gif "You finished your game") -You made a video game! Try playing it with your friends. +You made a video game! + +You can play with one other friend on the same keyboard, +or start a game with more friends by clicking **Done** and +clicking "Host Multiplayer Game". + ```blockconfig.global