Allen
October 18th, 2002, 12:01 PM
I am working on putting together a 9 page question form.
Each page is a movie clip - page1, page2, page3, ect..
On my main timeline i have a Next Page button w/ the following actionScript attached to it:
on (release) {
status = "";
if (clientName !="" && address !="" && email !="" && phone !="" && fax !="" && teamContacts !="" && showName !="" && showLocation !="" && boothNumber !="" && shipDate !="" && setUpDate !="" && showdate !="") {
gotoAndPlay(35);
} else {
status = "Please fill in required fields"
}
}
The only thing is it does not work!!! arghh.
It keeps jumping to frame 35 regardless of any fields being filled out!!
Any ideas?
Thanks!!
Each page is a movie clip - page1, page2, page3, ect..
On my main timeline i have a Next Page button w/ the following actionScript attached to it:
on (release) {
status = "";
if (clientName !="" && address !="" && email !="" && phone !="" && fax !="" && teamContacts !="" && showName !="" && showLocation !="" && boothNumber !="" && shipDate !="" && setUpDate !="" && showdate !="") {
gotoAndPlay(35);
} else {
status = "Please fill in required fields"
}
}
The only thing is it does not work!!! arghh.
It keeps jumping to frame 35 regardless of any fields being filled out!!
Any ideas?
Thanks!!