Question:
What I mean is when I declare a function like
and declear the function twice, it goes to the same spot. What should I do?
Answer:
you need to create a new random number every time you run the function, before you were defining x and y then running the same function. x and y never have a chance to change.
If you have better answer, please add a comment about this, thank you!