Next costume: Difference between revisions

From PenguinMod Wiki
Next costume
Jump to navigation Jump to search
Content deleted Content added
Created page with "{{Infobox Block |block_name = next costume |block_type = Stack Block |category = Looks |title = next costume }} The '''next costume''' block is a stack block in the Looks category that goes to the next costume, or goes to the first costume if used on the last costume. It originates from Scratch. ==Workaround== This block can be worked around by increasing the costume # by 1:<br> <sb>switch costume to ((costume #) + (1))</sb><br> ==See..."
 
I was bamboozled
 
Line 7: Line 7:
The '''next costume''' block is a stack block in the [[Looks]] category that goes to the next costume, or goes to the first costume if used on the last costume. It originates from [[Scratch]].
The '''next costume''' block is a stack block in the [[Looks]] category that goes to the next costume, or goes to the first costume if used on the last costume. It originates from [[Scratch]].
==Workaround==
==Workaround==
This block can be worked around by increasing the costume # by 1:<br>
This block can be worked around by increasing the costume number by 1:<br>
[[switch costume to ()|<sb>switch costume to ((costume #) + (1))</sb>]]<br>
[[switch costume to ()|<sb>switch costume to ((costume [number v]) + (1))</sb>]]<br>
==See also==
==See also==
*[[next backdrop]]
*[[next backdrop]]

Latest revision as of 21:54, 10 July 2024

next costume
next costume
Caption
Block Type Stack Block
Category / Extension Looks
Status Who tf uses status

The next costume block is a stack block in the Looks category that goes to the next costume, or goes to the first costume if used on the last costume. It originates from Scratch.

Workaround

This block can be worked around by increasing the costume number by 1:
switch costume to ((costume [number v]) + (1))

See also