Jump to content
Search Community

BlurTween jumps to the center if object is masked?

ngrinchenko test
Moderator Tag

Recommended Posts

I applied a BlurTween to my shape. Then I applied a mask to this shape cutting off the top. The end result should be that I have a gradation at the bottom and sharp edge on the top. However the BlurTween jumps down and positions itself as if centered, thus giving me BlurTween on the top and bottom of my shape.

How do I make sure that there is only BlurTween at the bottom and straight cut on the top?

Link to comment
Share on other sites

That's just the way Flash works.

  1. select your coveringBlackObject_prdcts symbol
  2. remove the tint
  3. add a blur filter, set blurY to 30
  4. remove the TweenMax code
  5. test

 

Same result.

 

Flash is applying the mask properly, but it allows the blur filter to work as if it is applied only to the area under the mask That is why you see blurring on the top and bottom. The blurred pixels are allowed to bleed outside of that area.

 

Its actually a pretty tricky effect to pull off as Flash doesn't support just blurring one edge in one direction. You may have to apply the blur to a wide short rectangle that is sitting on top of a solid colored object so that they blend together.

Link to comment
Share on other sites

If you are going to go that route, I think just drawing the gradient in a movie clip and fading it in would work fine.

 

There is not a gradient tweening tool built into TweenLite, but you certainly can tween the drawing of a gradient.

 

Go to: http://www.greensock.com/tweenmax/

Find the PluginExplorer

Scroll to the hexColors item then click "view example"

hit "tween".

 

You will see the code that makes it work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...