brcolow
September 14th, 2002, 03:03 AM
well, ok let me try to explain this....
i have a console type thing that you can see here http://www.flashstand.com/console/flashstandconsole.html
you can register for it here http://www.flashstand.com/console/consolesignup.html
that saves a couple of varibles to a php flat file, the varibles can be seen at the site or ill list them here they are, username, password, email and a couple which are irelevent to the post.
the problem is, is that when it loads the varibles it goes back to the beggining of the console for some unknown reason, heres my codingfor the vairbles and then checking them....
Loading Varibles:
loadVariablesNum ("http://www.flashstand.com/console/" add username add ".txt", 0);
Checking them:
if (userpass == password) {
if (username == username) {
gotoAndStop (4);
}
} else {
gotoAndStop (1);
}
if anyone knows how to fix please let me know, thanks ALOT and if you need more info let me know
i have a console type thing that you can see here http://www.flashstand.com/console/flashstandconsole.html
you can register for it here http://www.flashstand.com/console/consolesignup.html
that saves a couple of varibles to a php flat file, the varibles can be seen at the site or ill list them here they are, username, password, email and a couple which are irelevent to the post.
the problem is, is that when it loads the varibles it goes back to the beggining of the console for some unknown reason, heres my codingfor the vairbles and then checking them....
Loading Varibles:
loadVariablesNum ("http://www.flashstand.com/console/" add username add ".txt", 0);
Checking them:
if (userpass == password) {
if (username == username) {
gotoAndStop (4);
}
} else {
gotoAndStop (1);
}
if anyone knows how to fix please let me know, thanks ALOT and if you need more info let me know