hi
can i add folders to File.DirAssets and read from them?
this seems not to work
thanx. ilan
can i add folders to File.DirAssets and read from them?
this seems not to work
B4X:
kidstr = "kid1\run\"
Log(File.Exists(File.DirAssets,kidstr))
For i = 0 To run_anim.Length -1
run_anim(i).Initialize(File.DirAssets, kidstr & "run" & (i+1) & ".png")
Next
thanx. ilan