Skip to main content
Participant
May 14, 2010
Question

Blur when not in focus

  • May 14, 2010
  • 1 reply
  • 338 views

I'm not that great with Actionscript 3.0, so naturally I have an hurdle to leap.

I using the 3D Carousel from flashcomponents.net and I need to figure out how to get the images blur when they are not the front focal on the Carousel. I tried an onRelease (which works to un-blur it), but I didn't know what else to pair it with so when I click on another object it blurs and goes to the back. I don't want it to blur when I roll off, only when another object is clicked.

J

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 14, 2010

to the filter's property of your carousel items assign an array with a blurfilter, until it reaches the front when you assign an array with a null element (assuming you have no other filters assigned to your carousel items).