Is there a way to disable a “your script is runing to slow” eror, becuse I am programing a dictionary in flash. and flash has a lot to calculate (index sorting etc.).
After some time flash pops up a ereor mesage but if I click “no” and dont abort the script, he finish with sorted index because script is good.
no way around it… well not unless you take the calculations out of loops and handle in like frame loops instead.
Id suggest not making a dictionary in Flash
yea im glad that messagebox is there, it prevents infinate loops (yes ive written them before)… try to re-write your code so that it doesnt use while loops . =)