256 levels of recursion were exceeded in one action list
hi,
how can overcome recursive function restriction. has restriction of 256, can't proceed further. need increase recursive level. how can it..?
regards,
kameshwaran a.
it's not cannot more 256 levels of recursion, code doesn't stop recursion, meaning detects go on infinity, stops @ 256. need have condition stop subroutine/function being called. e.g. have counter add each time function called , have if statement if counter less 2048 or whatever want execute recursive function,otherwise nothing.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment