Revision: 44822
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 19, 2011 07:17 by scottwatkins
Initial Code
function move_to_top(container:*, target:*) { container.setChildIndex(target, container.numChildren-1); }
Initial URL
http://snippets.dzone.com/posts/show/5130
Initial Description
Initial Title
AS3 Bring to Front
Initial Tags
Initial Language
ActionScript 3