() ()

From PenguinMod Wiki
Jump to navigation Jump to search
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