Input Output

For some reason this thing isnt working… and i dont know why… its an expirement in a book im doing but it just doesnt seem to work… what is supposed to happen is you input text into the first box, then push the button and it displays it below that

this is what i have
on the first frame i have this

enter_btn.onRelease = funtion() {
	output1 = input1;
};

I have an imput text box with the variable name of imput1
I have a button with an instance name of enter_btn
I have a Dynamic Text Box with a variable name of output1

I have no idea why its not working
thanks in advance for the help