I am making a 2D shooting game in flash mx using action script.
my sprite can fire bullets but only one at a time. I want to know how to continuously fire bullets.
This is some of the code:
--===FOR THE MISSILE:===--
onClipEvent (enterFrame) {
if (this != _level0.missile) {
if (_root.fire...