clear graphic effects

From PenguinMod Wiki
Clear graphic effects
Jump to navigation Jump to search
clear graphic effects
clear graphic effects
Caption
Block Type Stack Block
Category / Extension Looks
Status Who tf uses status

The clear graphic effects block is a stack block in the Looks category that sets all graphic effects to 0, resetting their values. It originates from Scratch.

Workaround

This block can be worked around by individually setting each graphic effect to 0:

set [color v] effect to (0)
set [fisheye v] effect to (0)
set [whirl v] effect to (0)
...::looks
set [blue v] effect to (0)
set [opaque v] effect to (0)