| when face tilts [ v] | |
when face tilts [ v]:: extension hat | |
| Category | Face Sensing |
| Type | Hat |
| Introduced in | 3.0 |
The when face tilts () block is a Face Sensing block and a stack block. The block activates the person's face tilts left or right. The choice of left or right can be done by choosing "left" or "right" on the dropdown menu.
Example uses
- Making the sprite say if the face is left or right.
when face tilts [left v]::extension hat say [Your head is located left] when face tilts [right v]::extension hat say [Your head is located right]
- Making a slideshow that can be controlled with your face
when face tilts [left v]::extension hat switch costume to ((costume [number v]) - (1)) when face tilts [right v]::extension hat switch costume to ((costume [number v]) + (1))