Tag Archives: mouse motion

Simple AS3 Parallax System Engine

This movie requires Flash Player 10 swfobject.embedSWF("http://www.lextalkington.com/blog/wp-content/uploads/2009/12/parallax.swf", "swf9b3d1", "500", "570", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {}); A recent project required me to set up a parallax system, of which I’ve done a hundred times probably, starting with AS1. However, I’d never built a class to handle this rather simple functionality. With [...]
Posted in AS3, Flash | Also tagged , , , , , , | 13 Comments

Auto Pan Class For Panning An Image On Mouse Movement

This movie requires Flash Player 10 swfobject.embedSWF("/blog/wp-content/uploads/2009/08/AutoPan1.swf", "swf9b3d2", "540", "540", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {}); I created an AS2 version of this years ago, and shared it on kirupa.com. It was a very popular small class. So, I’ve rebuilt the class in AS3. I hope some people find it useful. [...]
Posted in AS3, Flash | Also tagged , , | 14 Comments