Hi
A while ago I posted something about bullets using types, because I was having some problems with them, and someone (I can't remember who...) suggested using an array for bullets instead of a bullet type. Could someone please explain this to me? I don't really know much about arrays other than to create one you do this:
How would I then hide all the bullets, and then when I want to unhide one for use, how would I do that?
Thanks in advance
A while ago I posted something about bullets using types, because I was having some problems with them, and someone (I can't remember who...) suggested using an array for bullets instead of a bullet type. Could someone please explain this to me? I don't really know much about arrays other than to create one you do this:
dim bullets(100)
How would I then hide all the bullets, and then when I want to unhide one for use, how would I do that?
Thanks in advance