Switch backdrop to (): Difference between revisions

From PenguinMod Wiki
Switch backdrop to ()
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{Infobox Block |block_name = switch backdrop to ( v) |block_type = Stack Block |category = Looks |title = switch backdrop to () }} THe '''switch backdrop to ()''' block is a stack block in the Looks category that switches the backdrop to the specified name, a random backdrop, the next backdrop, or the previous backdrop. It originates from Scratch. ==Workaround== The previous backdrop option can be worked around with the following:<br> previous backdrop|<sb...")
(No difference)

Revision as of 01:53, 28 June 2024

switch backdrop to ()
switch backdrop to ( v)
Caption
Block Type Stack Block
Category / Extension Looks
Status Who tf uses status

THe switch backdrop to () block is a stack block in the Looks category that switches the backdrop to the specified name, a random backdrop, the next backdrop, or the previous backdrop. It originates from Scratch.

Workaround

The previous backdrop option can be worked around with the following:
previous backdrop ::looks
Or:
switch backdrop to ((backdrop #) - (1))
The next backdrop option can be worked around with the following:
next backdrop
Or:
switch backdrop to ((backdrop #) + (1))
The random backdrop option can be worked around with the following:

switch backdrop to ((0) + (0)) //switching to the 0th backdrop switches to the last
switch backdrop to (pick random (1) to (backdrop #))

Alternatively, you can just use the number of backdrops

See also