well my shooter is coming along slowly. I'm able to move my character, and it is able to shoot. but I'm only able to get one bullet on the screen at a time. I'm thinking I need to have the bullet function call itself and then use an array to hold all the bullets. I check www.lua.org for the syntax for arrays but can't seem to find anything. Is it possible to use arrays in lua?