Brent / Rob,
Just to be clear, in this specific case, I am trying to fade out (remove a monster that has been killed) a display object. A display object created with newImageRect, using an imageSheet, and being made from a .png with an embedded transparency.
The goal is to simultaneously:
A)fade out the monster by using a transitionTo and adjusting the alpha = 1 to 0 over 1 sec.
B)apply a filter.scatter and gradually increase the “intensity” parameter from 0 to .5 over 1 sec.
The “transitionTo / alpha” works fine alone.
When the filter.scatter effect is applied alone the object’s embedded transparency goes to a visible black. When the filter.scatter effect is applied in conjunction with the “transitionTo / alpha” the display object’s embedded transparency goes to a visible black and the “transitionTo / alpha” no longer functions.
The filter.scatter documentation mentions nothing of an alpha parameter.
So, the question: If the filter.scatter effect where to maintain the embedded .png’s transparaency the “transitonTo / alpha” effect would still be unsupported? That’s what you are saying right?
Thanks!