anyone can give me *.capx how to import *.txt inside list??
Develop games in your browser. Powerful, performant & highly capable.
You can't, unless your text file is in JSON format.
Like:
{"c2array":true,"size":[3,2,1],"data":[ [ [300],[25] ], [ [100],[50] ], [ [800],[10] ] ]}