Re: [Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread eric e. dolecki
or a while loop On Mon, Feb 25, 2008 at 5:04 PM, Cory Petosky <[EMAIL PROTECTED]> wrote: > Judging by the error message, your container doesn't have 11 children > added. > > Consider using a for loop instead of manually coding all that. > > On 2/25/08, anuj sharma <[EMAIL PROTECTED]> wrote: > > H

Re: [Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread Cory Petosky
Judging by the error message, your container doesn't have 11 children added. Consider using a for loop instead of manually coding all that. On 2/25/08, anuj sharma <[EMAIL PROTECTED]> wrote: > Hi Guys > I am making an Auto-Arrange button and clicking on which arranges all the > children of the

[Flashcoders] RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread anuj sharma
Hi Guys I am making an Auto-Arrange button and clicking on which arranges all the children of the container( which are on the main stage) in the tile format. Basically on clicking, I manually move those child on the stage to particular coordinates as shown in my code. I have pasted my code below. M