I vaguely recall someone (Krilnon or wvxvw?) mentioning the difference between these two:
var myDO:DisplayObject = DisplayObject(event.currentTarget);
var myDO:DisplayObject = (event.currentTarget as DisplayObject);
But I can’t seem to find the thread for it. Is there any significant difference between the two?