Type: Assembly Brain
Level: not in gallery
Pages: 2
Description: Found in the Fireworks Spinner Assembly. When interacted the object rotates (spins) with fireworks attached that creates a short burst Catherine wheel.
Kode
page 1
- WHEN [interacted] DO [switch page][next page]
page 2
- WHEN [page entered] DO [#roll][equals][35]
- WHEN [duration timer][3]
- …WHEN [for each of][attachments] DO [power on]
- …WHEN DO [roll][#roll]
- WHEN [countdown timer][3][hold time][1]
- …WHEN [for each of][attachments] DO [power off]
- …WHEN DO [roll][#roll][decrement][1]
- WHEN [countdown timer][4] DO [switch page][previous page]