Show (): Difference between revisions

From PenguinMod Wiki
Show ()
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
{{Blocks|block_img=Block 5 22 2023-8 15 59 PM.png|block_type=Stack Block|category=Looks}}
{{Blocks|block_img=Block 5 22 2023-8 15 59 PM.png|block_type=Stack Block|category=Looks|title = ()}}
{{Otheruses|the [[looks block]]|other uses|show (disambiguation)}}
{{Otheruses|the [[looks block]]|other uses|show (disambiguation)}}
The show sprite block is a [[looks block]] that shows another sprite. Inverse is [[Hide ()]].
The show sprite block is a [[looks block]] that shows another sprite. Inverse is [[Hide ()]].
==Workaround==
==Workaround==
This block can be worked by using the show block as another sprite or by itself (the latter for the "this sprite" option).
This block can be worked by using the show block as another sprite using the [[as ()]] block or by itself (the latter for the "this sprite" option), like this:

[[show|<sb>show</sb>]]

Or:

<scratchblocks>
as (Sprite v) {
show
} ::control
</scratchblocks>
{{DISPLAYTITLE:show ()}}
[[Category:Stack Blocks]]
[[Category:Stack Blocks]]
[[Category:Looks Blocks]]
[[Category:Looks Blocks]]

Latest revision as of 19:42, 27 June 2024

()
...
Caption
Block Type Stack Block
Category / Extension Looks
Status Who tf uses status
This article is about the looks block. For other uses, see show (disambiguation).

The show sprite block is a looks block that shows another sprite. Inverse is hide ().

Workaround

This block can be worked by using the show block as another sprite using the as () block or by itself (the latter for the "this sprite" option), like this:

show

Or:

as (Sprite v) {
show
} ::control