Jump to content
Search Community

No visible results from bevel Filter

mgason test
Moderator Tag

Recommended Posts

Hi,

I am applying a bevel filter with TweenMax, it does not seem to do anything, no errors.

Curiously though neither does a bevel filter applied in the flash IDE.

I broke my text apart in case that would cause it, no change.

 

am I expecting too much of flash's bevel abilities?

attached is a file with 2 mc's one with bevel applied in tweenMax, one in flash filters panel.

 

any ideas?

import com.greensock.TweenMax;
import com.greensock.TimelineMax;
import com.greensock.easing.*;
import com.greensock.plugins.*;

TweenPlugin.activate([bevelFilterPlugin]);

TweenMax.to(questMark_mc, 5, {bevelFilter:{blurX:10, blurY:10, strength:3, distance:10}});

Link to comment
Share on other sites

Sorry - I misspoke on my last post - the problem was that you applied a tint which completely overrides all filters (it turns all pixels of the object whatever color you define). So get rid of the tint and you'll see the BevelFilter. That's a Flash issue and has nothing to do with TweenMax, just for the record.

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