clear graphic effects

From PenguinMod Wiki (Official)
Clear graphic effects
Jump to navigation Jump to search

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)