Having Problems making my actionscript 3 work.
this is what i had before.
WHY CANT I COPY THE ACTION SCRIPT FROM FLASH AND PASTE IT IN THIS FORUM. I Have 15 buttons and i want to add another. Do i simply copy the button 1 and then paste as button 16 changing where is says button 1? and change from houseoffun to my new url which is: http://sub1.mg.discreetgaming.com/flash/2millionbcv2_en/free.jsp
It gives me errors
stop();
button1.addEventListener(MouseEvent.CLICK, houseoffun);
function houseoffun(e:MouseEvent):void{ var houseoffunLink:URLRequest = new URLRequest("http://gb.betsoftgaming.com/free/it/houseoffun.jsp"); navigateToURL(houseoffunLink, "_blank"); }