Frame 1 (8 B)
stop();
Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Frame 4 (8 B)
stop();
Frame 5 (8 B)
stop();
Frame 6 (8 B)
stop();
Frame 7 (8 B)
stop();
Frame 8 (8 B)
stop();
Frame 9 (8 B)
stop();
Frame 10 (8 B)
stop();
Symbol 7 Button (141 B)
on (release, keyPress "<Enter>") {
if ((answer eq "GIA") or (answer eq "gia")) {
gotoAndPlay (2);
} else {
gotoAndStop (10);
}
}
Symbol 12 Button (147 B)
on (release, keyPress "<Enter>") {
if ((answer eq "lashay") or (answer eq "LASHAY")) {
gotoAndPlay (3);
} else {
gotoAndStop (10);
}
}
Symbol 17 Button (145 B)
on (release, keyPress "<Enter>") {
if ((answer eq "green") or (answer eq "GREEN")) {
gotoAndPlay (4);
} else {
gotoAndStop (10);
}
}
Symbol 22 Button (141 B)
on (release, keyPress "<Enter>") {
if ((answer eq "ALL") or (answer eq "all")) {
gotoAndPlay (5);
} else {
gotoAndStop (10);
}
}
Symbol 27 Button (141 B)
on (release, keyPress "<Enter>") {
if ((answer eq "ALL") or (answer eq "all")) {
gotoAndPlay (6);
} else {
gotoAndStop (10);
}
}
Symbol 32 Button (205 B)
on (release, keyPress "<Enter>") {
if ((((answer eq "PUSSY") or (answer eq "pussy")) or (answer eq "show pussy")) or (answer eq "SHOW PUSSY")) {
gotoAndPlay (7);
} else {
gotoAndStop (10);
}
}
Symbol 37 Button (141 B)
on (release, keyPress "<Enter>") {
if ((answer eq "YES") or (answer eq "yes")) {
gotoAndPlay (8);
} else {
gotoAndStop (10);
}
}
Symbol 42 Button (139 B)
on (release, keyPress "<Enter>") {
if ((answer eq "NO") or (answer eq "no")) {
gotoAndPlay (9);
} else {
gotoAndStop (10);
}
}
Symbol 49 Button (34 B)
on (release) {
gotoAndStop (1);
}