noodles101
October 24th, 2002, 11:14 AM
Hi,
I'm trying to load some variables dynamically from a text file,
when a button is pressed. They will not load on first press , but on second
or subsequent presses they will.
Anyone any ideas ????
Noodles....
numCatalog=0;
portf4.onRelease = function() {
loadVariables("images/cg.txt","");
trace(numCatalog);
};
I'm trying to load some variables dynamically from a text file,
when a button is pressed. They will not load on first press , but on second
or subsequent presses they will.
Anyone any ideas ????
Noodles....
numCatalog=0;
portf4.onRelease = function() {
loadVariables("images/cg.txt","");
trace(numCatalog);
};