() (): Difference between revisions

Content deleted Content added
Adding categories
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Otheruses|the block that was in [[Looks]]|theother [[Sound Systems]] extension blockuses|() () (Sound Systemsdisambiguation)}}
{{Blocks
{{Obsolete feature}}{{Blocks
|block_img = Block 5 2 2023-6 02 40 PM.png
|block_type = Stack
Line 5 ⟶ 6:
|status = Removed
}}
{{Obsolete feature}}
{{Otheruses|the block that was in [[Looks]]|the [[Sound Systems]] extension block|() () (Sound Systems)}}
The '''() ()''' block was a stack block and a [[looks block]] that changed the visibility of another sprite. This block was entirely a drop-down.
 
Line 22 ⟶ 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]]