I'm building a webform and something strange happened.

It's a multipage form. I put navigation buttons in each page and at first everything seemed to work fine.

I added a NEXT Button - used the options on release, goto next frame and that worked. The problem occurred when I added a previous button. In that button I did the obvious, on release, goto previous frame.

Suddenly, the NEXT button has to be clicked multiple times before it responds and goes to the next frame. So, I thought it might be a problem with using the options and I hard coded the button.
code:

on(release){
gotoandplay("nextframe");
}


Now, when I click the NEXT button it seems to skip over the entire form and loop back to the beginning. I have a stop movie action in each frame so I don't know why it's skipping frames.

The form can be seen at http://www.nsfilms.com/km/webform.html
The fun file http://www.nsfilms.com/km/webform.fun