import.glow
import.glow
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- zarkonite0
import flash.filters.GlowFilter;
var gf:GlowFilter = new GlowFilter(0xffffff, 50, 8, 8, 2, 15, false, false);
movie.filters = [gf]
you can go to adobe docs to know what all the parameters of the glow filter are...