AS2 Bevel problem

Hello you all. :slight_smile:

I would like to know, why, I´m seeing my movie clip in a bad bevel form.
I just putted this code inside my mc:


function cP() {
 var c = new Color(this);
 c.setTransform({ra:100, rb:23, ga:100, gb:23, ba:100, bb:23, aa:100, ab:00});
}
cP();
import flash.filters.BevelFilter;
var filter:BevelFilter = new BevelFilter(5, 251, 0xFFFFFF, 5, 0x000000, 5, 25, 25, 100, 3, "inner", false);
this.filters = new Array(filter);

So, if you put this code inside a alpha 100% colored shaped movieclip, you´ll see a bad bevel effect. I don´t know why. I just want to see it with blur, but I don´t see a good blur on it. Please help :))).
For example, can be a red circle, with this code on it.

Thank you very much :slight_smile: