AS3 Bring to Front


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function move_to_top(container:*, target:*) {
  2. container.setChildIndex(target, container.numChildren-1);
  3. }

URL: http://snippets.dzone.com/posts/show/5130

Report this snippet


Comments


You need to login to view comments.