Hi list, I am loading a lot of images dynamically from xml. Therefore I use a class file to handle the loading. When loaded I want to position them besides each other. Every image has a different width/height. So I want to grab the width from the first loaded and use that to set the .x from the next image.
When trace(loader.width) in the class file it return the correct size, BUT in the calling class trace(image.width) every image returns a 0 as. Any ideas how to handle this? Another odd thing is that the images store in a different order every time they get loaded? TIA Cor _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

