() (): Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 21: Line 21:
* This sprite
* This sprite
* (Other sprites)
* (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:Stack Blocks]]
[[Category:Looks Blocks]]
[[Category:Looks Blocks]]

Latest revision as of 19:49, 27 June 2024

This article is about the block that was in Looks. For other uses, see () (disambiguation).

Historical

This article or section is about something not included in the current version of PenguinMod.

() ()
...
Caption
Block Type Stack
Category / Extension Looks
Status Removed

The () () block was a stack block and a looks block that changed 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

First dropdown

  • Show
  • Hide

Second dropdown

  • 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 (this sprite v) ::looks

hide (this sprite v) ::looks

show/hide ::looks

as (Sprite v) {
show/hide ::looks
} ::control