I’m currently working on an advanced preloader and i’m creating loads of different variables etc. based on the percentage loaded.
I need the variables to be named Number + percentage, so in the end I will have Number1, Number2, Number3, Number4 etc.
How can I create variable names using my percentage variable? Can’t seem to find anything that answers my question.