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 objects and let each to a little step every time it loops? Objects are also destroyed and created, so the number of objects does change.