Actionscript - Dropping Multiple Objects Using an Array? [closed]
- by Eratosthenes
Possible Duplicate:
Actionscript - Dropping Multiple Objects Using an Array?
I'm trying to get these fireBalls to drop more often, im not sure if im using Math.random correctly
also, for some reason I'm getting a null reference because I think the fireBalls array waits for one to leave the stage before dropping another one?
this is the…