bttn_marc.addEventListener(MouseEvent.CLICK, site);
function site(event:MouseEvent):void {
	navigateToURL(new URLRequest("http://www.linktomarc.com"));
	trace("K L I K");
}


Foutmeldingen zijn:
The class or event MouseEvent could not be loaded &
Statement must appear within on handler

Help this men!

Reageren