Filter

  • Blur Filter Experiment

    I did an experiment with the Blur Filter in AS 2.0 and I thought it will be great to share this little code 😀 I used MC Tween to animate this 😉 [kml_flashembed movie=”http://blog.vamapaull.com/wp-content/uploads/2008/03/blur-button.swf” height=”200″ width=”450″ /] Here is the code: #include “mc_tween2.as” import flash.filters.BlurFilter; theButton.xBlurTo(11, 3, 1); theButton.onRollOver = function() { this.xBlurTo(0, 3, 2);…