Script broblem

I have a problem in my script and i need some help.
THere is a button,input text and a dynamic text.
I am suppose to write stuff and gett an answer.
the secript goes like this:
on(release){
if(input=“haha”){(answer=“whats so funny?”)}
if(input=“hello”){(answer=“hello!”)}}

the problem is that no matter what i write it changes it to the last one=“hello”.
plz help.