Create a Static Distortion Effect Using the Displacement Map ...
Posted by Jesse Freeman | Filed under Tutorials
Source http://feedproxy.google.com/~r/Flashtuts/~3/-v2mFDJLQ0A/
In this tutorial you’ll learn how to use AS3’s DisplacementMapFilter class to create a reusable static distortion effect for button rollovers. Final Result PreviewLet’s take a look at the final result we will be working towards: Step 1: About Displacement MappingA displacement map works by using the color values from one image to alter the position of pixels in another image. This effect is often used to make a flat graphic ‘wrap’ around a dimensional image. We’re going to use it here to distort a button so it looks like it’s receiving static interference…












