Actions outside movie clip

i’ve got a text box inside a movieclip and i want to add text to it but the actions are in a button outside the movie clip in the _root of the movie

on (release) {
 textbox1= "test"
} 

how can i do it work ?