aestheto
12-01-2004, 04:22 PM
Hallo!
I am loading movies into my "configMC" clip based on a checkbox a user has chosen. A scrollPane is needed to accommodate more than one selection. This clip has a linkage identifier of "configResult". So I write:
configResult.attachMovie("MC linkage", "MC alias", 1).
I can't get my scrollPane to read "configResult" in the contentPath I've assigned, which is:
mainscroll.contentPath="configResult";.
If I test with other MC linkages, it shows up. Can I not attachMovies into the empty "configMC" and have it show up in the scrollPane(mainScroll)?
:o ;)
I am loading movies into my "configMC" clip based on a checkbox a user has chosen. A scrollPane is needed to accommodate more than one selection. This clip has a linkage identifier of "configResult". So I write:
configResult.attachMovie("MC linkage", "MC alias", 1).
I can't get my scrollPane to read "configResult" in the contentPath I've assigned, which is:
mainscroll.contentPath="configResult";.
If I test with other MC linkages, it shows up. Can I not attachMovies into the empty "configMC" and have it show up in the scrollPane(mainScroll)?
:o ;)