Skip to content

Instantly share code, notes, and snippets.

@kayue
kayue / gist:625994
Created October 14, 2010 10:30
Script for a clickale button in AS3
/**
* Script for a clickale button in AS3
*/
var paramList:Object = this.root.loaderInfo.parameters;
// FYI, buttonClip is a symbol
buttonClip.addEventListener(MouseEvent.CLICK, openURL);
function openURL(evtObj:MouseEvent):void {