ok, i’m loading pictures into one mc from a different swf using the code
on (release) {
_root.mov2.loadMovie(“misc11.jpg”,“1”);
}
before i load them, i resize all of them to the size of the mc i am loading them into, which is 305 by 249…
what i want to know is, is it possible to to use AS to resize the pictures as they load into the mc?? Instead of having to resize all of them manually beforehand…