Flo
01-26-2001, 12:00 AM
This is the final script for a game ive created, the point of it is to click on body parts and match them to who you think they belong to. This last script is supposed to send the user if they clicked on the right parts to a celebration (scene2) it dont work though, any help would be great
on (press) {
torso == "sam";
}
on (press) {
if (girl =="sam" && eyes =="sam" &&
legs =="sam" && torso =="sam") {
gotoAndPlay ("scene2, 1");
}
}
---I have a variable set on each image----
on (press) {
girl == "eve";
}
on (press) {
torso == "sam";
}
on (press) {
if (girl =="sam" && eyes =="sam" &&
legs =="sam" && torso =="sam") {
gotoAndPlay ("scene2, 1");
}
}
---I have a variable set on each image----
on (press) {
girl == "eve";
}