Re: [Flashcoders] Centering Loaded jpgs

2005-11-09 Thread eric dolecki
container_mc.loaded_mc._x = -(container_mc.loaded_mc._width/2) container_mc.loaded_mc._y = -(container_mc.loaded_mc._height/2) its a bit verbose - but its so you get the idea. ed On 11/9/05, Lehr, Theodore M. <[EMAIL PROTECTED]> wrote: > > Thanks to all who helped with getting the loaded jpgs r

[Flashcoders] Centering Loaded jpgs

2005-11-09 Thread Lehr, Theodore M.
Thanks to all who helped with getting the loaded jpgs resized - indeed it was that they were not loaded when I tried to resize them... Now for another question - how can I get the image centered onto the mc it is loaded into - does this make sense - so if I have the mc x,y at 0,0 the top left of t