could you help me find the solution??
when i loaded .txt file using loadvariablenums(url,level)
it works at the first time of each level
but when i using this method to d/l another .txt file at the same level i've
loaded in before,
it seems that the data in that level doesn't update to the new data..
every time even when i close my application and open it again, the value in
that level still be the value which i loaded at the first time!
i wonder if i do something wrong or there are another solution of loading
many .txt files at the same target???
thank you >_<