() (): Difference between revisions

386 bytes added ,  6 days ago
no edit summary
No edit summary
No edit summary
 
Line 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]]
193

edits