Hi, i have too many lines of code based on the levels in my game, what i want to do is use external (require) file to load images/objects for that level, these will be reused throughout the level. so what i am asking is…
-
how do you create the function in the required file to load the image?
-
how do you call it into your local file to display in the display group?
Any help is appreciated.