Need help understanding 'shooting script'

I was going through the tutorial for how to make something shoot stuff, and I got to the point that explains how the script works, but all the big words confuse me. :crazy: I was wondering if someone could explain it a little easier. (-:

  1. Link to tutorial

  2. Which part exactly didn’t you understand?

http://www.kirupa.com/developer/mx/fire2.htm

Well, I kindof dont understand it overall. :hat:

read it again. It can’t be explained any simpler than that. It breaks down each line of code and tells you what it does. Just read it carefully and slowly and try to understand…

“_root.i += 1 initializes a counter and increments its current value by 1.”

Uhmm… could that be explained any easier? :slight_smile:

no.

all that code does is ADDS 1 to the variable “i”

Oh… wait… yeah, I think I get it. :slight_smile: