onKeypress Conflict

I have three different functions on my main timeline and three submit buttons to call each function. These functions have the statements I want to execute once a specific password text field has been filled out. On each submit button I have the onKeyPress code “<Enter>” code and the function I want to call. However, when I hit Enter after a specific password text field has been filled out, Flash is only executing one particular function when each button specifies which function I want to call.

What’s my problem Flashers