[Solved+Tutorial] Make everything under an Object blury

0 favourites
  • 10 posts
From the Asset Store
The ultimate voice pack filled with 1,536 files of .......wav and mp3 of individual numbers, letters, and words (that go
  • Heyho

    First things first: I know how Construct works and how to use effects ...

    The question is, is this possible? And if yes, how?

    (Sidenote) This is only an example Image, the real thing is not isometric!

    [EDIT:]

    Found this, works very well for what i need to do! blur-mask-effect

    But thanks anyway for the help, you guys are awesome

    Here is a .capx with this Methode: CAPX (both objects are dragable)

    [EDIT2:]

    Btw.: You can polish you project with this technique!

    Just add a new layer and set its properties to:

    • Background color - 0, 0, 0
    • Transparent - No
    • Effect - Screen
    • Effect - YOUR_EFFECTS

    This way, your whole layout gets a set of effects

  • I would imagine using a combination of blur horizontal/vertical, along with a clipping mask. You have two layers with the background image, the one on top is blurred and the one below is not. Use the "destination in" blending mode on a helper sprite (clipping mask) to clip the blurred layer to only the section you want blurred, while the rest of the unblurred background shows below. On the layer with the blurred image and clipping mask helper sprite, you want to set the "Force own texture" property to yes.

    I can't try it myself at the moment, so not sure if it works. Someone else might be able to contribute a better/simpler way.

  • This would work, thx but when you have objects between the background and the foreground object, this solution would break.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Right, this would only work on a static image prepared... I'm not sure if there is a way to dynamically apply an effect mask to destination objects. Will experiment a bit when I can.

  • Cool thx, I wait on you replay Meanwhile i try it myself

  • It is possible. Don't think this way is useful.

    https://www.dropbox.com/s/e7za6gh4c8l8i ... .capx?dl=0

    Both sprites have drag & drop.

  • Sir? This is a very good idea!

    But DAMN is this complicated ... I just don't get how you done this

    My goal is, to have basically a mask, that blurs everything beneath it. The objects doesn't have to be dragable, but it would be a cool bonus when they are.

    [EDIT:]

    Found this, works very well for what i need to do! blur-mask-effect

    But thanks anyway for the help, you guys are awesome

    Here is a .capx with this Methode: CAPX (both objects are dragable)

  • Hey, thanks for finding that example!

    That is awesome - the Screen Effect is the magic that makes it work.

    I was trying all kinds of complicated combinations of layers with different effects without much luck, but that example keeps things really simple. That will be very useful in the future!

  • Hey, thanks for finding that example!

    That is awesome - the Screen Effect is the magic that makes it work.

    I was trying all kinds of complicated combinations of layers with different effects without much luck, but that example keeps things really simple. That will be very useful in the future!

    Sure thing

    If you use this blur effect, it looks even nicer

  • Btw.: You can polish you project with this technique!

    Just add a new layer and set its properties to:

    • Background color - 0, 0, 0
    • Transparent - No
    • Effect - Screen
    • Effect - YOUR_EFFECTS

    This way, your whole layout gets a set of effects

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)