PDA

View Full Version : error message?!


bluegel
02-18-2003, 04:29 PM
how come, when I run my game, this message comes up:

"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."

(I've got a trace on it to see what is happening)

The game then stops or doesn't work at all!

Any suggestions?

Thanks :confused:

electronic ink
02-18-2003, 04:52 PM
It is a recursive loop thats gone soooo deep that flash can't be bothered to read it any more.

bluegel
02-19-2003, 10:54 AM
thanks

so you don't know how to get rid of it then?

electronic ink
02-19-2003, 10:59 AM
hey bluegel.

attach your fla file here and i'll have a look.

electronic ink

CyanBlue
02-19-2003, 11:17 AM
Look for the for loop or while loop and onEnterFrame would be causing it too... Check those loops and see if you can figure it out... If you can't you gotta post the code so that other people can take a look at it...

bluegel
02-19-2003, 02:02 PM
thanx

I'll have another look at it to see what I can do.

:p