Way, way back in the past (whilst I was waiting for Patch 3 - sorry, Update 3), I devised a loading system (ie can load graphics, music etc) in one function call.
Its been used by a few people (hello Puffster), so I thought I would update it so that any valid type of file can be loaded in one go. In addition, it displays a little progress bar along the bottom of the screen.
Note : Whilst the program runs fine, I haven't actually used it to load anything yet.
Test Program:
a$="F.X,1"
for x=1 to 656
a$=a$+"-F.X,1"
cls 0
text 0,0,str$(x)
sync
next x
x=loadData(a$,1)
wait key
end
Note 2 : You will need a lot of my plug-ins to run it.