next backdrop
Next backdrop
The next backdrop block is a stack block in the Looks category that goes to the next backdrop, or goes to the first backdrop if used when the Stage is on the last backdrop. It originates from Scratch.
Workaround
This block can be worked around by increasing the backdrop number by 1:
switch backdrop to ((backdrop [number v]) + (1))
It can also be worked around by using the next backdrop option in the switch backdrop to () block:
switch backdrop to (next backdrop v)