PDA

View Full Version : Variables Question / help



digital
June 14th, 2002, 10:53 AM
i have this actionscript on layer 1, on layer 2 is the MC "led"

loadVariablesNum("dbtest.php", 0, "GET");
if (status == "good") {
with (led) {
nextFrame();
}
}

but for some reason the MC "led" wont goto nextFrame, I put a text field on the stage and set it to the var status, to make sure the variable is coming into flash and it is, what am I missing, any suggetions would be great.......