In as2, I would often build an array of strings to work as a game queue. Using eval they could be executed in order. It was useful for handling animations that had to happen in the correct order, like having a tank move 2 north, then 3 east, then 1 south. Stuff like that.
Is there a way this can be done in AS3?

