Need Help Creating a Sequence of Events

Hi, I’m new to actionscript and get some of it, while i wrestle with the rest. Right now I’m trying to figure out of to tell flash to do one thing and when that is completed, do the next thing.

Example: I’m using tweening prototypes - slideTo(x,y) - and when i click a button i want my_mc.slideTo(500,200) and when that is done my_mc.slideTo(550, 100).

It’s easy to get it to do the one, but i can’t figure out how to create a sequence of events for it to follow.

Any help would be well appreciated.

Thanks in advance!