diff --git a/docs/projects/flashing-heart.md b/docs/projects/flashing-heart.md index 9ae164b0..7ca93e9a 100644 --- a/docs/projects/flashing-heart.md +++ b/docs/projects/flashing-heart.md @@ -10,15 +10,7 @@ Learn how to use the LEDs and make a flashing heart! Place the ``||basic:show leds||`` block in the ``||basic:on start||`` block and draw a heart. -```blocks -basic.showLeds(` - . # . # . - # # # # # - # # # # # - . # # # . - . . # . .` - ); -``` +![An animation that shows how to drag a block and paint a heart](/static/mb/projects/flashing-heart/showleds.gif) ## Step 2 @fullscreen diff --git a/docs/static/mb/projects/flashing-heart/showleds.gif b/docs/static/mb/projects/flashing-heart/showleds.gif new file mode 100644 index 00000000..29f08908 Binary files /dev/null and b/docs/static/mb/projects/flashing-heart/showleds.gif differ