I think Java had the ability to start multiple threads. Does Flash have that? For a simulation I have X amount of objects that each are supposed to do their own thing, mainly move around and react to collisions. If there are no threads to do that simultaneously, do I have to loop through all...