/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function move_to_top(container:*, target:*) { container.setChildIndex(target, container.numChildren-1); }
URL: http://snippets.dzone.com/posts/show/5130