Yes, you can set something like -default-script-limits=1000,60 as Additional compiler options at Compiler Options tab of the Flash build configuration settings (Project Structure dialog). First number is maximum recursion depth (1000 is default), second - maximum execution time (60 is default).
Yes, you can set something like -default-script-limits=1000,60 as Additional compiler options at Compiler Options tab of the Flash build configuration settings (Project Structure dialog). First number is maximum recursion depth (1000 is default), second - maximum execution time (60 is default).