No, it didn't...

As I continu learning I change it directly.. for that site:
myfile.txt=welcome.txt (contains that whole 'story')
stuff=welcome (textfield Variable)

so I pasted the script after I selected the button (down arrow):

on(press){
_root.welcome.scroll--;
}

I did that, because I wanted to see if it would scroll down the large text. But it didn't
I tried the button in the same layer as the field, but that didn't work either, so I placed it back in another layer (easier for me).