Hello,
I've been trying to make a password script on my forum, but still no luck. Can anyone help?
Here is the code I have for the post new topic button:
on (release) {
if (password eq "password1") {
SubmitTopic.gotoAndStop(2);
} else {
ForumMovieClip.gotoAndStop(3);
on (release) {
if (Category ne "") {
SubmitTopic.gotoAndStop (2);
SubmitTopic.Submit = "SubmitNew";
Submittopic.Status = "Post a new topic to the "+ CategoryName +" Category";
} else {
Status = "Please Choose a Category";
}
}
}
}
Do you see a problem with the code?
Thanks,
Billy