JoElAtHaN
12-15-2004, 09:42 PM
Hey,
This is a simple question requiring a simple answer. My movie initially loads a MC into a scrollpane (named "worksSroll"). I want to on the click of a button, load another MC into that same scrollpane. This is what I have:
on (release) {
_root.worksScroll.contentPath ="test";
}
Where "test" is the name of the new MC that I want to load (it is exporting for ActionScipt already). Do I have to unload the current MC first or something?
This is a simple question requiring a simple answer. My movie initially loads a MC into a scrollpane (named "worksSroll"). I want to on the click of a button, load another MC into that same scrollpane. This is what I have:
on (release) {
_root.worksScroll.contentPath ="test";
}
Where "test" is the name of the new MC that I want to load (it is exporting for ActionScipt already). Do I have to unload the current MC first or something?