I have a bunch of thimbnails being loaded from xml inside a holding clip. They have code attached to them as they are loaded
thumbHolder.onRelease = function ()
{
//code here...
};
all work fine…however as soon as I add any kind of rollover, rollout etc… code to the main holder clip the code attached to the thumbnails wont run?
Any ideas???