/ Published in: ActionScript 3
Expand |
Embed | Plain Text
private static function moveToTop( clip:DisplayObject ):void { clip.parent.setChildIndex(clip, clip.parent.numChildren-1); }
You need to login to post a comment.
arpo on 04/30/09
2 people have marked this snippet as a favorite
private static function moveToTop( clip:DisplayObject ):void { clip.parent.setChildIndex(clip, clip.parent.numChildren-1); }
You need to login to post a comment.