Hello,
I have this code for generating the attached movies in a scrollPane
var ins:MovieClip;
function init() {
//empty movie clip in library with linkage name “scrollMovieClip”
scrollPane[“borderStyle”] = “none”;
scrollPane.contentPath = “scrollMovieClip”;
ins = scrollPane.content;
}
init();
and i have a button in the attached movie called “squares” and loads info from an XML to open a URL linso i have a code like this…
_root.webs = _root.ins[“squares”+count][“Company”+(t+1)].WEBSITEBut; _root.ins[“squares”+count].website_but.onPress = function() { getURL(webs, _blank);
};
But doesn`t work with the ScrollPane.
Can anyone help me make this button Functional???
Thanx