Ciao a tutti!

ho questa azione per richiamare una pop up

-----------------------------------------------------
on (release) {
uUrl = "xxx.htm";
}
on (release) {
wdth = "590";
hdth = "650";
getURL("javascript:window.open(' " add uUrl add " ','nName','scrollbars=yes , width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");
}
---------------------------------------------------

solo che pubblicandolo mi da questo errore...ma nn riesco a modificare...

**Errore** Scena=Scena 1, livello=Livello 69, fotogramma=1:Linea 7: È previsto ')' o ','
getURL("javascript:window.open(' " add uUrl add " ','nName','scrollbars=yes , width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");


qualcuno puo' aiutarmi???