How do I display children in succession, as3

Posted by VideoDnd on Stack Overflow See other posts from Stack Overflow or by VideoDnd
Published on 2010-03-29T02:21:06Z Indexed on 2010/03/29 2:23 UTC
Read the original article Hit count: 304

Filed under:
|

How do I display children in succession? By succession I mean 1,2,3,4, etc. Perhapse incrementing with a loop or using a timer is what I'm after.

Add, remove, appear, or disappear children, could all work. I want a simple way to display 1 child every second until I reach 10.

METHODS TRYED
addChild and removeChild
visible !visible
for loop

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-3