Hey all i am dynamically loading images with the code :
_root.createEmptyMovieClip(“pic1”,1);
pic1.loadMovie(“image1.jpg”);
pic1._x = 221.9;
pic1._y = 5 ;
Basically it appears as it should when i enter the frame, but when i go to another frame, it is still there, on top of everything else, is there some way that once it is not on that frame, it isnt there anymore?
Im sure this is possible, please help!
Matt