() (): Difference between revisions

768 bytes added ,  8 days ago
no edit summary
No edit summary
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1:
{{Otheruses|the block that was in [[Looks]]|other uses|() (disambiguation)}}
[[File:Block 5 2 2023-6 02 40 PM.png|thumb|508x508px]]
{{Obsolete feature}}{{Blocks
The show sprite block is a stack block that changes the visibility of another sprite.
[[File:|block_img = Block 5 2 2023-6 02 40 PM.png|thumb|508x508px]]
|block_type = Stack
|category = [[Looks]]
|status = Removed
}}
The show'''() sprite()''' block iswas a stack block and a [[looks block]] that changeschanged the visibility of another sprite. This block was entirely a drop-down.
 
The block's functionality is now included in the [[show ()]] and [[hide ()]] blocks.
 
== Options ==
Line 13 ⟶ 21:
* This sprite
* (Other sprites)
==Workaround==
This block can be worked around by using the blocks that replaced it, or by using the [[show]] and [[hide]] blocks (with the [[as ()]] block for other sprites):
 
[[show ()|<sb>show (this sprite v) ::looks</sb>]]
 
[[hide ()|<sb>hide (this sprite v) ::looks</sb>]]
 
<sb>show/hide ::looks</sb>
 
<scratchblocks>
as (Sprite v) {
show/hide ::looks
} ::control
</scratchblocks>
[[Category:Stack Blocks]]
[[Category:Looks Blocks]]
[[Category:Legacy Blocks]]
231

edits