Re: [Flashcoders] More on JSFL

2005-10-20 Thread Danny Kodicek
Hi Danny, It's hard to say without being able to look at your loop code. The times that my JSFL scripts have stopped were usually due to trying to access a locked or hidden layer. I don't think I got an error (but I don't remember for sure). So check that thats not the case. Also, you might

Re: [Flashcoders] More on JSFL

2005-10-20 Thread Judah Frangipane
Hi Danny, It's hard to say without being able to look at your loop code. The times that my JSFL scripts have stopped were usually due to trying to access a locked or hidden layer. I don't think I got an error (but I don't remember for sure). So check that thats not the case. Also, you might g

[Flashcoders] More on JSFL

2005-10-20 Thread Danny Kodicek
My JSFL script appears to be unaccountably dying half-way through. It's a pretty hard-working script, but there's nothing to make it stop where it does (just half-way through a perfectly ordinary loop it's already traversed successfully several times). Is there some limit on the amount of code tha