Hi,
Can we use different array's in one game. I know that we can insert one array, but can we use it for different purposes in one game. For example one for leader-board, one for level control and one for checking multiple answer questions.
Thank u
Develop games in your browser. Powerful, performant & highly capable.
Generally you will add a new array for each different purpose. It's just a data structure, don't hesitate to use it.
Try this tutorial
https://www.scirra.com/tutorials/1090/using-arrays
Try this tutorial https://www.scirra.com/tutorials/1090/using-arrays
Thank u very much Lordshiva1948 and codah