Scratch's single character blur effect

        What should I do if I want to use a blur effect for a single character? ! !

       Don't panic at all. Recently, I made a super easy-to-use individual blur special effect, which is super easy to use. Next, I will explain it.


1. Principle

        A few days ago, I had nothing to do, took off my glasses, and looked at this blurry world (my myopia is 300 degrees)

        Suddenly found that the blurred objects seem to be blurred, with different positions and sizes

        objects layered on top of each other


2. Code display

        After numerous tests and productions, I finally got a pretty good answer:

On the code!

First create 3 variables:

Both ticked apply to all roles:

Create 3 more lists:

Still tick Apply to all roles:

Look at the code yourself

Fill in the x of the character in the x space, fill in the y of the character in the y space, and fill in the fuzzy intensity in the intensity space

Warm reminder: the intensity can only be filled in 0-60!

Guess you like

Origin blog.csdn.net/leyang0910/article/details/132000290