How do I display children in succession, as3
- by VideoDnd
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