Hello
Its possible to make a random select Array File?
I wanna make a survival of levels readed from Array files
Like 100 Mario Challenge how random levels appears automatly
Levels is saved in "Levels" Folder.
Yes you can select the saved array file randomly. Can add a random number into the array files name.
Appdir$+"Levels/Stage"+Str$(random(100))
Result when loading Form the application directory folder Levels with file name "Stage50" for example.
So my suggestion would be name your array files Levels1, Levels2, Levels3 and so on.
and have the game next to levels folder. And load them Appdir$+"Levels/Levels"+Str$(random(100))
random you can change to any number you wish depending how many levels you have done.
Downlaoded your file but i cant open it need gwedry-circular.mvx
searched for it and found "one google result" darkwires site but i couldnt download it from there becouse they are redesigning the site or something.
You can use a list object. It has a function to list all the files in a folder. Then you can just pick a random line from the list, and load that file.