Strange, I couldn't fire missiles after adding the shoot limiter. Couldn't figure out what was wrong because my code was the same as the screen shot. After playing with the code a bit I changed &&shootLimiter>8 to &&shootLimiter>=8 and it worked. Anyone know if this is related to the fact that I am using CS5?