Hi all…
k… What i have is a Main movie that has a list component which loads label names and data numbers from an xml file… when i select an item from the list the name and data will show in a dynamic txt field… next to that txtfield i have a button which loads a swf file with a countdown script into a container MC on the stage… this swf gets the name and number values from the txt fields and starts to count down from the number it just got from the the txt field… when it has finished counting… it deletes itself…
What i want is the ability to press the button again and then load another instance of the swf into the same container… but in a pattern and by priority… ect. if MC 2 finishes its countdown it will delete itself… and the other MC’s will relocate by priority (from the one which has been loaded first to the one loaded last… something like this below:
– MC 1 – -- MC 5 – -- MC 9 –
– MC 2 – -- MC 6 –
– MC 3 – -- MC 7 –
– MC 4 – -- MC 8 –
and so on…
How do i do something like this…? and is it possible at all.? any ideas?? 
thx in advance 
PS. sry for my bad spelling and unclear description… i hope you understand what i mean…