Hi,
I am creating a dynamic drop down menu. I bring in data using PHP into an array.
The menu will consist of Main headings and Sub headings that will appear when the Main headings are clicked.
The Headings are displayed within movie clips that are generated via duplicateMovieClip()
I have attached actionscript to the timeline of a movieclip and it loads and displays the Main headings with no problem.
On the one movie clip that I am duplicating, I have an on(press) action that is supposed to generate the Sub headings using the same duplicateMovieClip technique. This is where I run into trouble. I cannot get the Sub headings to generate.
Can you specify duplicateMovieClip() within the on(press) function of a movieclip that was already duplicated?
Would I be better off using attachMovie()?
Thanks!