Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 774 Bytes

dance_python_activity2.md

File metadata and controls

24 lines (17 loc) · 774 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Choreograph a Dance

hoc.armorstand_dance(ArmorStand.One, Dance.MushroomMarch)
hoc.armorstand_dance(ArmorStand.Two, Dance.WitherWave)
hoc.armorstand_dance(ArmorStand.Three, Dance.DolphinDisco)
hoc.armorstand_dance(ArmorStand.Four, Dance.GolemGallop)

Choreographing the dance

Match the armor stand with the corresponding poster on the wall. Use the ||hoc:hoc.armorstand_dance()|| function to choose which armor stand should do which dance.

~ tutorialhint

The only dances that are used are ||Dance.MushroomMarch||, ||Dance.WitherWave||, ||Dance.DolphinDisco||, ||Dance.GolemGallop||

hoc2024-ts=github:ReWrite-Media/hoc2024-ts/n/dance