Input text problem

ok an easy one… I guess :whistle:

I am an input text and the name of the VAR is ‘‘comm’’

I made an invisible button with the following script

on (keyPress “<Enter>”) {
if (comm == ef) {
gotoAndStop(1);
}
}

it doesn’t go on frame 1 :diss: