WHAT IS THIS: ERROR: 256 levels of recursion were exceeded in one action list

I was playing my movie navigating through the site but when I clicked all the buttons and pressed once again this appears:

256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.

How can I solve this? What does it means? :frowning: :*(

Sorry my friend but I’m at a loss. I have no clue what that means. I would suggest writing a very well formated email to Macromedia, asking them to send you a list of error codes. I’ll bet they would. At the very least they should be able to tell you what that specific one means.

Maybe you forgot to close a loop.

Does your button use an if statement or any other loop statement?

There must be an uncontroled for or while loop in the script. Be careful not to mess with the incremeting variable in your script.

pom :asian: