Jump to content
Search Community

Recommended Posts

Posted

Hi, I am trying to increase the strength of the glow effect. I am using the following code:

TweenMax.to(mc, 0.3, {glowFilter:{color:0xFFFFFF, alpha:1, blurX:30, blurY:30}});

 

I am not looking forward to increase the blur radius just trying to achieve a heavier glow especially around the movieclip. Is it possible somehow? I have tried increasing the "alpha" value but it doesn't work above the max value 1.

 

My only other possible option would be to stack another glowFilter tween on the same movieclip but it may result in performance problems.

Thanks, Attila

GreenSock
Posted

Sure, just use the "strength" special property. 1 is normal, but you can go up to a higher value if you want. 

Posted

Thank you for the quick response. The "strength" property works well.

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...