As2 cs4: control number of objects falling at the same time
Hi
I've got the following I've been trying to do (however with no luck:( )
I have a fixed amount of words. Lets say 20 words.
I want each of these words to be put into symbols - so i have 20 symbols (box1...box20).
Now i want the boxes to fall from the top of the screen and until they reach below the screen. But (and this is where i'm lost) I want to have them fall at different speeds AND I want to control how many boxes falls at a time. Starting out with one box and when this box is out of the screen I want to control the amount of boxes/symbols entering the screen next.
A function telling that next there should be i.e. three boxes entering and falling/floating across the screen (from just above the top of the screen untill they all have reached the bottom). And i want to be able to call a function which starts X boxes - even before the existing boxes in the scenes has dropped).
It would be nice to have a function, ie. fallBox(3) , which may be called at any time.
I will appreciate any help.
Cheers