Actionscript gallery: Thumbnails different sizes?

I followed Kirupas tutorial on making a gallery with thumbnails. However, each thumbnail has to be of same width…if not the order of the thumbs gets mixed up. I’v been trying to figure this out for a while, but i’m not as smart as you guys…:slight_smile:
Iv been trying to alter the thumbnails_fn(k) function, or more precisely this line:

target_mc._x = hit_left._x+(target_mc._width+5)*k;

The tutorial im talking about is this one:
http://www.kirupa.com/developer/mx2004/thumbnails.htm

Anyone know how to do this?

Cheers,
David