file_dialog is good if you want a popUp Window (like Windows "open file")

For an ingame option use:

Create a folder at runtime (or create one by hand with rightclick-> new in the project folder):
Code:
CreateDirectory(_chr(str_cat(work_dir,"My Box Folder")),NULL);



and use
txt_for_dir
to get a list of all files (with specific extention) of the folder.

Now just create clickable buttons with PANEL´s button function and digits, and you´re done ^^

Last edited by Espér; 11/10/12 13:13.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<