Anyone have any ideas why this line of code won't work?
target_mc._x = hit_left._x+(eval("thumbnail_mc.t"+k)._width+5)*k;
It's driving me crazy...... I suspect it's the eval statement. and I may need a work around. KM complains
"expecting a varible for the property target"
and yes it says varible, not variable
