richardm wrote in flashdev

I have a set of buttons that all contain this script.

on(release){
_root._loader.loadMovie(imgfile[this._name]);
}

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?