Multiple variables without calling at startup?

edited April 2018 in How To...

I need to have many variables (x, y, x1, y1, x2, y2, etc) for the different positions of enemies and if I make a local variable at the start the other parts of the program wouldn't be able to see it because it is a local variable. How can I do that without making the variable local?

Tagged:

Answers

Sign In or Register to comment.