I’m using the glow filter and I need the intensity of the glow to be based on the distance the mouse is away from the movie clip in question. So the closer the mouse is to the mc the more intense the glow is and so by the time the mouse rolls over it is as glowy as it gets.
I’ve got a version thats only based on the x axis that subs in values to here:
new GlowFilter(0x356D83, 100, 3, 3, 5, 3, false, false);… but it doesn’t work. haha. Is it possible to replace these numbers with variables? Am I along the right lines? Any hints or ready made code would be great. Cheers dudes.