Flex Effects in Flash 8

I was porting mx.effects from Flex 2 Framework to ActionScript 2.0 recently, and here is some result. You can work with them just like in AS3, you can create effects and compositions (Parallel or Sequence).

Example.
Sources.

Note: I did not ported all classes, like Dissolve, Pixilate etc yet. And this is pre-alpha stage of porting, classes are not fully documenter, and only IEffect.play() method was tested so far.

One Response to “Flex Effects in Flash 8”

  1. 7thsky Says:

    Nice !
    _global.MovieClip.addListener (); - did not know about this.