Re: Moving the enemies
Posted: Sun Nov 06, 2011 2:47 pm
Thank you, this is working great.
Just to clear out things, this could be done also in the end of each level, like clear all table when it reaches the end right?
Just to clear out things, this could be done also in the end of each level, like clear all table when it reaches the end right?
Code: Select all
if level end then
table.remove(shot)
end