Adding blur effect to menu buttons

[FONT=Times New Roman][SIZE=3]Hi,[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]A question regarding this:[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]http://www.kirupa.com/developer/flash8/filter_effects.htm [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]If there is more than just one button (mc) in the menu how could I apply this effect to other buttons at the same time?[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]The button-like-MCs in the menu have instance names: m1, m2, m3, m4, m5.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]The code:[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[FONT=‘Courier New’][COLOR=#006610]import[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]flash[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]filters[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]GlowFilter[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#006610]var[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]:[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]GlowFilter[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]new[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]GlowFilter[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]([/COLOR][/FONT][FONT=‘Courier New’][COLOR=#991010]0x356D83[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]100[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]3[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]3[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]5[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]3[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]false[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’], [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]false[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff])[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#000050]m1[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]filters[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff][[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]][/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#000050]m1[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onRollOver[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]function[/COLOR][/FONT][FONT=‘Courier New’]COLOR=#0000ff[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onEnterFrame[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]function[/COLOR][/FONT][FONT=‘Courier New’]COLOR=#0000ff[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#006610]if[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]([/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurX[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]<[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]20[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff])[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurX[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]++[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurY[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]++[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]else[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#006610]delete[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onEnterFrame[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]filters[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff][[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]][/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#000050]m1[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onRollOut[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]function[/COLOR][/FONT][FONT=‘Courier New’]COLOR=#0000ff[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onEnterFrame[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]function[/COLOR][/FONT][FONT=‘Courier New’]COLOR=#0000ff[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]filters[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]=[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff][[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]][/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#006610]if[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]([/COLOR][/FONT][FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurX[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]>[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#991010]3[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff])[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurX[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]–[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]
[FONT=‘Courier New’][COLOR=#000050]gf[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#000050]blurY[/COLOR][/FONT][FONT=‘Courier New’][COLOR=#0000ff]–[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#006610]else[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000ff]{[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#006610]delete[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]this[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’].[/FONT][/COLOR][FONT=‘Courier New’][COLOR=#0000d0]onEnterFrame[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’] [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=‘Courier New’][COLOR=#0000ff]}[/COLOR][/FONT][COLOR=#003366][FONT=‘Courier New’]; [/FONT][/COLOR]

[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]Thank you for any advice. [/FONT][/SIZE]