if you use AP2 or AP3, there is. In AP1 Blur is a different effect, which is called Blur Dublicate in later AP versions. Check out the docs (for the AP2 version) for Blur and DropShadow (DropShadow has more docs but the API is very similar. Once you understand DropShadow, you should get Blur.
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to write a blur animation in simple syntax similar to the Move, Alpha, etc. animations like this?:
new Alpha(mc).run(100, 500, Circ.easeOut);
So it would be something like this:
new Blur(mc).run(30[x_blur], 0[y_blur], 1000, circ.easeOut);
Thanks,
-- Kyle
if you use AP2 or AP3, there is. In AP1 Blur is a different effect, which is called Blur Dublicate in later AP versions. Check out the docs (for the AP2 version) for Blur and DropShadow (DropShadow has more docs but the API is very similar. Once you understand DropShadow, you should get Blur.
Alex