I am beginning to play with moving things.

When my app loads I read a DB table to get the names of some modules 
that I load;

a.swf, b.swf, c.swf etc.

I have another db table where I keep where each user left their 
modules. I loop through my list of modules instantiating them and 
then I see if I need to move them from their default location to 
wherever the user may have left them. I can get the modules to move 
fine, but when I load multiple modules simultaneously all but the 
last module displays immediately, and the last module moves across 
the screen properly.

I assume that I need to something with "Parallel" but I can't find 
any documentation on how to use it in ActionScript.

Any pointers and/or good ideas? 

Paul

Reply via email to