Oh yea it’s me again. Hope you can help me outta this one.
I’ve used various codes to make this script but the rollout won’t work (it did work when i loaded it with loadmovienum and unloadmovienum) but I cant figure out how to place the image where I want it except with this code. Once again thank you very much for your help!
on (rollOver) {
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“mainmenu.swf”, “container”);
container._x = 180 ;
container._y = 200 ;
}
on (rollOut) {
unloadMovie(“mainmenu.swf”);
}
:love:
~Seretha