/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var bitmap:Bitmap; for (var i:int = 0; i < this.numChildren; i++) { bitmap = this.getChildAt(i) as Bitmap; if (bitmap) break; }
You need to login to post a comment.
