Hello i want to chaing the level thats by chainging 1 to 2 but it dosent work withm me? i want to see the first image, and than also the second etc it dosent do it, it always load the image i go over and i cant see that image any more.
on (rollOver) {
_root.createEmptyMovieClip(“container”, 1);
container.loadMovie(“nieuws1.JPG”);
container._x=120
container._y=175;
_root.onMouseDown = function() {
startDrag(“container”);
};
_root.onMouseUp = function() {
stopDrag();
};
}
and if i’m in this action
but.onPress = function () {
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“loaded.swf”, “container”);
container._x = 150 ;
container._y = 20 ;
}
and i click on the image above thats loading the jpg i’m redirectet to the first swf, not the swf i loaded.
nead help thx