Hi there,
I’ve made a gallery combined with xml, and my problem is that the pictures do not have the same size. The empty movieclip is called “container” and I tryed to solve the problem by doing this:
container._x = 800;
container._y = 600;
But it dosnt work. When I try it out, it wont import any pictures.
Can anyone help me with this?