hey i,m finaly starting to understand flash a little bit …
i have a problem with the loadMovie function …
ok when i press the bottun to load a pic inside the holder it loads bot not in the holder but a little right from it why ?
though the size of the holder is the same size of the pic …
i made an example fla. to show u what i mean …
and this is the code i,m using …
bottunww.onPress = function () {
_root.holder_mc.loadMovie("try2.png");
}
b.onPress = function () {
_root.holder_mc.loadMovie("try1.png");
}
fla. file …
http://www.sendspace.com/file/8c32jk
:diss: