I have these airplanes that are attached to the screen on using attachMovie("aircraft", "aircraft" + p, p);
you get the picture. They fly across the screen from right to left with a random speed and y position. What I am trying to randomly get bombs to drop from the planes. Right now all I have been able to do is randomly drop bombs from the corner of the screen. Does anyone know of a good way to do this? I'm open to any suggestion.