Wow, this is a little trickier than i thought it was going to be…
Here’s what i’ve tried:
TL.createEmptyMovieClip("tn" + i0 + i1,TL.getDepth() + i0 + i1);
TL["tn" + i0 + i1]._x = xpos;
TL["tn" + i0 + i1].width = 100;
TL["tn" + i0 + i1].height = 100;
TL["tn" + i0 + i1].loadMovie(".." + thumb);
TL["tn" + i0 + i1].hitArea = TL["tn" + i0 + i1];
TL["tn" + i0 + i1].useHandCursor = true;
But that doesn’t seem to be what i need to be doing. Any tips?
Thanx.