Hi all on the forums. I hope you guys can help.
This is what I have done. experimenting thus far.
I loaded some data form an XML file into flash.
Then looped through the XML nodes and attached a movie clip to each of the nodes and data.
and to finish it off i added random movement to the movie clips… they keep moving to new X and Y coordinates.
However if a movie clip in the lower part of the stage is moving up to the top portion of the stage it does not appear in front of the movie clip as it advances upwards… and vice versa… sometimes…
I am not sure if this happens because of the line of code that attaches the movie clip automatically attaches the clip to the next depth. The line is as follows.
var t = attachMovie("image","image"+i, i);
I am stumped… what i would like to happen is as they advance towards each other those with the greater Y value (nearer the bottom of the stage) appear as it they should which is appear closer. I think that is the correct term I am using…
So any suggestions is appreciated… Thanks for the help…