Menu

Simple Blur Syntax

Help
kranzoky
2007-04-23
2013-04-01
  • kranzoky

    kranzoky - 2007-04-23

    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

     
    • Alex Uhlmann

      Alex Uhlmann - 2007-05-06

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.