Filter managing prototypes - the easy way to handle and tween your filters

hope you like it :slight_smile:
cheers.

[color=#22229c]www.flash-fmp.de[/color]

filter managing prototypes ( FMP ) is all about easy actionscript filter handling without
caring too much about arrays and it’s about the ability to tween your filters.

with our new, very simple writeFilter / removeFilter syntax it’s now very easy
to assign (even multiple) filters to any movieclip at runtime.
fmp takes care of the necessary, but yet very unconvenient, handling of every mc’s filters array,
so you don’t have to care about this anymore.

fmp also converts all filter’s properties to movieclip properties,
which ends up in easy tweenability of them.
apply and tween your filters just the same as you do with other properties
such as x, y position or alpha.