GroundZero
Programmer
help!!!
can anyone tell me why flash doesn't know that 1=1
here is what I do:
frame 1:
ok = 0;
i++;
loadVariables ("xmlget.php", ""
myBall = numClients add "-" add (user add i);
duplicateMovieClip ("/ballZ", myBall, (numClients)+20);
setProperty (myBall, _x, xpos add i);
setProperty (myBall, _y, ypos add i);
Frame 2:
if (ok =1) //I also tried (ok==1 and (ok != 0
{
gotoAndPlay (balls);
connect();
}
Frame 3:
gotoAndPlay(1);
___________________________________________________________
The last var I send with the php is (&ok=1
Can anyone see what I am doing wrong?
thank you in advance
GroundZero Your soul is imperfect
Life is difficult...
Now guess why we're here
can anyone tell me why flash doesn't know that 1=1
here is what I do:
frame 1:
ok = 0;
i++;
loadVariables ("xmlget.php", ""
myBall = numClients add "-" add (user add i);
duplicateMovieClip ("/ballZ", myBall, (numClients)+20);
setProperty (myBall, _x, xpos add i);
setProperty (myBall, _y, ypos add i);
Frame 2:
if (ok =1) //I also tried (ok==1 and (ok != 0
{
gotoAndPlay (balls);
connect();
}
Frame 3:
gotoAndPlay(1);
___________________________________________________________
The last var I send with the php is (&ok=1
Can anyone see what I am doing wrong?
thank you in advance
GroundZero Your soul is imperfect
Life is difficult...
Now guess why we're here