dragoblade
03-27-2008, 12:43 AM
basicly i have a while loop that is creating holders and tabs
they are both mc's in my library
when a tab is clicked the corrisponding holder should become visible
my plan:
so in my while loop i have an event listerner that calles a function
this function finds its caller useing event.target
i need to somehow store information in the tab maybe through a varyable or something to tell me which holder to make visible
is this the best way to get the right solution
how should i store the info, and can u give me the code to acess this
thanks for reading,
but still plz answer
they are both mc's in my library
when a tab is clicked the corrisponding holder should become visible
my plan:
so in my while loop i have an event listerner that calles a function
this function finds its caller useing event.target
i need to somehow store information in the tab maybe through a varyable or something to tell me which holder to make visible
is this the best way to get the right solution
how should i store the info, and can u give me the code to acess this
thanks for reading,
but still plz answer