quick simple question
files are scenex.swf
x, being numbers 1 through 20
now so far i have this

on (Release) {
unloadmovienum(1);
loadmovienum("scene"(y+1)".swf", 1);
}

what i'm trying to do is create a button that will load movies starting with scene1.swf. so when the button was clicked, for example, it would load scene2.swf because of the variable. thanks for the help