pxt-calliope/docs/lessons/snowflake-fall.md
2016-04-13 08:27:45 -07:00

952 B

snowflake fall blocks lesson

design a blinking rectangle animation.

@video td/videos/snowflake-fall-0

Topic

Forever

Prior learning/place of lesson in scheme of work

Learn how to show LEDs with a, pause to pause program execution for a specified amount of milliseconds. We will be learning how to show images using forever loop as well as simple commands, such as pause and show LEDs.

Documentation

basic.showLeds(`
    . . . . .
    . . . . .
    . . # . .
    . . . . .
    . . . . .
    `)
basic.pause(100)
basic.forever(() => {})