Move child to front or back


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



Copy this code and paste it in your HTML
  1. To back:
  2. setChildIndex(example,0);
  3.  
  4. To front:
  5. setChildIndex(example,numChildren - 1);

Report this snippet


Comments


You need to login to view comments.