Link menu
Hi Adrian,
Can you please help me as I cant link the menu properly?
I have the pages on a movie clip (pages) so 1st frame is the 1st page, 2nd frame is the 2nd page etc.
How can I link the menu with the frames in the particular movie clip (pages)?
I followed your instructions but I cant configure it out.
I did this but its not working.
<item title="blablabla" frame="2" />
PList_mc.onItemSelect= function(n:XMLNode){
pages.gotoAndStop(Number(n.attributes.frame));}
Many thanks
Coss
|