PDA

View Full Version : Eror mesage



tstefan
June 5th, 2003, 08:44 AM
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.

thanks.
C:-)

senocular
June 5th, 2003, 08:47 AM
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 ;)

Raydred
June 5th, 2003, 04:56 PM
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 . =)