The Grownup Guide to Bitsbox

First Things First Info for Educators

Dancin' Hal

A simple app for kids to code, with Hal the dancing robot

This simple app puts a friendly robot on the screen. When kids tap it, it dances.

1 r = stamp('robot5',700)

Line 1 stamps a robot on the screen and assigns it the name "r".

2 r.tap = dance

Line 2 tells "r" (which is the robot) to dance when it's tapped.