Show (): Difference between revisions

no edit summary
(Created page with "thumb|344x344px The show sprite block is a block that shows another sprite. Inverse is hide ().")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
[[File:{{Blocks|block_img=Block 5 22 2023-8 15 59 PM.png|thumbblock_type=Stack Block|344x344px]]category=Looks|title = ()}}
{{Otheruses|the [[looks block]]|other uses|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|<sb>show</sb>]]
 
Or:
 
<scratchblocks>
as (Sprite v) {
show
} ::control
</scratchblocks>
{{DISPLAYTITLE:show ()}}
[[Category:Stack Blocks]]
[[Category:Looks Blocks]]
231

edits