Well I guess that wasn't as perfect as I thought. Now I need to be able to assign a function to each "enemy" panel. That, or I need to be able to create one function to run all of my enemies, but that would require an array whose length will have to vary between 0 and at least 100. I'm assuming the array way would be better. Should I just create a massive array and fill it up as I need to?


When your script isn't working right, usually it's because it's doing exactly what you told it to. -An Unknown Programmer