all groups > flash actionscript > april 2004 >
You're in the

flash actionscript

group:

Echo in my script, really WIERD



Echo in my script, really WIERD redboxinteractive
4/27/2004 11:34:24 PM
flash actionscript: ok guys, im using phpobject for as2. (im not too fluent with as2 yet, but very
with as1). I suspect the echo starts at the "myPHPObject2.something_onResult"
event but not sure. what happens is at some point in my code I start getting
"echo"s. it runs through my code two or more times at the same time, messing
up variables and such. example:
i=0;
d=0;
i++;
trace("i = "+i);
d++;
trace("d = "+d);

output is:
i=1
i=2
d=1
d=2

it is confirmed that the script is only initiated once, and there is no spot
in my as code that should branch it off in two directions. Im getting tired of
coding switches to work around the problem, anyone got any ideas?
thanks,
RedBox
Re: Echo in my script, really WIERD redboxinteractive
4/28/2004 5:36:33 PM
AddThis Social Bookmark Button