Many times when creating banners with multiple clickable areas, it’s a pain to do an event listener for each and a function to navigate to that particular URL.
var link = new Link(obj:DisplayObject,lnk:String,trgt:String);
I needed something faster and created a “dead simple” as3 link class, which allows creating as3 links in 1 line. You can download the class [...]