Multi load

Ok - i am a novice flash user i bee help with building a flash scroller i have the basic down

i have built the scroller in MX, the help i need is with the scripting what i want to do is add more than one txt file to the scroller ie

button>link button>link button>link

when i press a button it loads on file, but when i press the other button it nuloads the file 1 and loads file 2 and so on

i have very littile scripting ability can someone be kind enougth to give a detail explanation and script

as far as i got is

on release{

loadvar(“reg.txt”, 0);

}
}
after that nothing works?@??? HELP PLEASE SOMEONE

when you use the loadVar command it should load whatever you specify into the area you’ve specified regardless of what’s already there. for example if reg1.txt is loaded into a text box in your movie, when you tell the movie (by clicking your button and activating the script) to load the new .txt file it should automatically put the new one in it’s place (in other words, unload the old and load the new)

although i’m affraid i don’t use the loadVar command often, but you might have some luck doing a search in the top right of this site for tutorials on text boxes. there should be quite a few

ok ok eerr i am stuck

i have had a look at several tut’s and i can’t make head nor tails

i have try the method nothing a loads when click the button Load 1

the load 2 button donst event work

on (release) {
_root.scroller.text = “”;
_root.loadText.load(“reg.txt”);
_root.loadText.onLoad = function() {
scroller.text = this.textone;
};
}

i have try the basic

on (release) {

loadvariblesNum(“reg.txt”, 0 );
}
}

this don;t work

ok this what i need to to do

one make 2 butons each too load diff text files (reg.txt & church.txt)

2 put in a msg before i.e - please select ftom button one or button 2 to load file

what i need is the to know do i have seperated layers or do i need to put the buttons just on one layer

a break down of the script ie someone to code it would be nice

but what wold be nice is to have a dropdown selector( in my dreams)

the zip file will contain all i have do some one help me please!

before i commit suicide…lol

cisoce