This content has been marked as final.
Show 3 replies
-
1. Re: Error message pointing to an unavailable AS line #
kglad-zqbLf4 Mar 20, 2011 6:34 PM (in response to barpos)yes. layers don't exist in your swf.
so, to find the problematic line number add the total lines in each layer starting from the top layer (unless you specified a different load order). the first layer that exceeds the problem line number contains the problematic line of code. subtract the total lines in the layers above the problem containing layer from the line number in the error message and you'll have the problematic line number in the problem containing layer.
-
2. Re: Error message pointing to an unavailable AS line #
barpos Mar 20, 2011 7:13 PM (in response to kglad-zqbLf4)That's exactly what I thought. I wasn't sure since the code the error is pointing at seems perfectly OK.
Regards!
Ron
-
3. Re: Error message pointing to an unavailable AS line #
kglad-zqbLf4 Mar 20, 2011 7:17 PM (in response to barpos)you're welcome.

