MovieClip._location property

via http://www.darronschall.com/weblog/archives/000081.cfm :

"It has been said that necessity is the mother of invention. It has been argued that annoyance, not necessity, fuels invention.

I’d like to start the year off with a little script brought to life by annoyance. To set the position of a MovieClip, you need two lines of code: one to set the _x position, and another to set the _y position. Many times I found myself wishing for a way to set a MovieClip’s coordinates in one line. Enter the “_location” property. Use the code below to add the _location property to all of your MovieClips.
…"