Re: [Flashcoders] AS3 For loop proplem

2008-05-07 Thread John McCormack
Since you have not set x,y for the MovieClips, might the others be underneath the top one (last loaded)? John - Original Message - From: [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, May 06, 2008 5:54 PM Subject: [Flashcoders] AS3 For loop proplem This code

Re: [Flashcoders] AS3 For loop proplem

2008-05-06 Thread Glen Pike
is your loadLibrary function is returning the same thing each time?? [EMAIL PROTECTED] wrote: This code should load a MovieClip from the library 5 times, place each on the stage and then load a different image into each one Instead it loads the 5 MovieClips from the library, places them on

RE: [Flashcoders] AS3 For loop proplem

2008-05-06 Thread Robert Leisle
Hi SJM, It looks like you're setting the persistent var, _mcName, to equal each _summaryElement[i].sumImg in turn as the loop progresses. That means that when the loop is finished, the value for _mcName will be a reference to _summaryElement[4].sumImg, the last clip being loaded. Since your

RE: [Flashcoders] AS3 For loop proplem

2008-05-06 Thread Cor
Hi SJM I am trying to reproduce it for you. Whats in : locationInfo.item ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders