-
1. Re: Removing Movieclips from an Array Displayed on stage
Ned Murphy Nov 5, 2014 5:06 AM (in response to navigator81)Based on what you show it is likely that some other function (like the one before it as shown) has already removed the object. What you should do is learn to use the trace function to troubleshoot your code. In this case put in a trace anywhere you add or remove the same object that tells you whether it is added or removed and which line of code it is, realizing that you might be storing the same object with different references to it. That way you should be able to isolate where things are being removed when you don't expect them to be.
-
2. Re: Removing Movieclips from an Array Displayed on stage
navigator81 Nov 5, 2014 6:41 AM (in response to Ned Murphy)Thank you so much Ned for your guidance all the way - I am trying Trace method on various Locations will try to fix it myself , in case I run in to any troubles , I will discuss with you.
Thanks once again.


