I have a set of buttons that all contain this script.
on(release){
_root._loader.loadMovie(imgfile[this._na me]);
}
which loads my image just fine. my problem is that if i press one button, the next button i press only removes the movie, then i have to press a button again to have a new image load. Any suggestions?
on(release){
_root._loader.loadMovie(imgfile[this._na
}
which loads my image just fine. my problem is that if i press one button, the next button i press only removes the movie, then i have to press a button again to have a new image load. Any suggestions?
