Browsing Author

Cadin Batrack

Create a Retro CRT Distortion Effect Using RGB Shifting

Create a Retro CRT Distortion Effect Using RGB Shifting

In this tutorial you’ll learn how to separate an image’s three different color channels to create an RGB shift effect. I’ll also show you some graphics tricks to mimic an old CRT display.

Create a Pinball-Style Rolling Score Counter Class

Create a Pinball-Style Rolling Score Counter Class

In this tutorial you’ll create a reusable Score class that counts up to the new total when points are added (instead of jumping up to the new score). We’ll cover graphics creation as well as code.

Create a Static Distortion Effect Using the Displacement Map Filter

Create a Static Distortion Effect Using the Displacement Map Filter

In this tutorial you’ll learn how to use AS3’s DisplacementMapFilter class to create a reusable static distortion effect for button rollovers.