[AS2] Flash 8 Scrollpane help
ok im working on making a site with drop downs that play when you scroll over a menu, and my main content will be in a scroll pane with the instance name of "info" menu bar has 3 buttons that are just buttons on the first frame of the main timeline, and the actionscript in them works to change my scrollpane content as follows
on (release) {info.contentPath ="sponsors.swf";
}
but the 2 drop downs i created using a movie clip that when rolled over displays more buttons, the buttons in this movie clip when using that code will not change the content of the scrollpane... what am i doing wrong or why does this not work? please help thanks!
|