Hi,
on my website [smthakur.com] i have a client logo gallery where the logos are read through an xml document.
when they are loaded to the page, they are dynamically added to a grid structure of 4 columns…
if a different link is clicked the generated files are removed, and the new form is accessed…
but if viewing the clients and then the “clients” link is clicked again … the same xml is loaded on top and the same logos are added… any idea how that can be avoided?
when a different link is created the loaded images that are loaded into an array are poped … and that makes em dissapear…which im pretty sure many actionscriptors are related with…
another problem is that once i click a logo im using (e.currentTarget as MovieClip) to access the click object… whent this happens i want to change the alpha of those not clicked to 0… any idea how i can make it choose those which have not been click.?
kind regards
Surfaraz