Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.13 KB

scene3b.md

File metadata and controls

37 lines (32 loc) · 1.13 KB

@flyoutOnly true

@hideIteration true

@explicitHints true

Bird Trouble

Step 1

||scene5_RedMatchAgent:No coding is required here.| Now, we noticed there are two unused blocks that might be useful. Leave the coding screen and see if you can find a dumpster to put the trash into. ||scene5_RedMatchAgent:Exit the coding window and find the dumpster.||

hoc2023Disable.scene3_SearchForGarbage()
hoc2023Disable.scene3_Garbage()
hoc2023Disable.scene3_PickupGarbage()
hoc2023Disable.scene3_MoveGarbage()
hoc2023Disable.scene3_Battery()
hoc2023Disable.scene3_FindUtilityBox()
hoc2023Disable.scene3_StartCharging()
hoc2023Disable.scene3_Charging()
hoc2023Disable.scene3_StopCharging()
hoc2023Disable.scene3_ContinueFlightLoop()
hoc2023Disable.scene3_TakeToDumpster()
hoc2023Disable.scene3_RecycleGarbage()
while (hoc2023Disable.scene3_SearchForGarbage()) {
    if (hoc2023Disable.scene3_Garbage() == true) {
        hoc2023Disable.scene3_PickupGarbage()
        hoc2023Disable.scene3_MoveGarbage()
    }
    hoc2023Disable.scene3_ContinueFlightLoop()
}

hoc2023-ts=github:ReWrite-Media/hoc2023-ts