webscriptprogrammer
Programmer
Hi
I have a MC name mcCat
I like to create a menu inside that MC
I have a XML file that read in a other MC so I like to take some info from that and put that inside the mcCat and create a menu
Right now I have a list and that is not so nice
Right now I have
I start to make it basic so now link yet only text but that dont work
This is a code I have found
The text loop outside the scrollpane (I use scrollpane to control mcCat)
I have mcCat in "export for actionscript" and inside the scrollpane I have contentPath too "mcCat"
I have a MC name mcCat
I like to create a menu inside that MC
I have a XML file that read in a other MC so I like to take some info from that and put that inside the mcCat and create a menu
Right now I have a list and that is not so nice
Right now I have
Code:
_parent._parent.listcat.addItem(currentCategory);
I start to make it basic so now link yet only text but that dont work
This is a code I have found
Code:
for(i=0; i<20; i++){
t = this.attachMovie("mcCat", "clip"+i, this.getNextHighestDepth(), {_x:200, _y:10+(i*10)});
t.Title.text ="Testing testing"+i
}
The text loop outside the scrollpane (I use scrollpane to control mcCat)
I have mcCat in "export for actionscript" and inside the scrollpane I have contentPath too "mcCat"