// Sets the default value for the dynamic directions box variable: "directions"
directions = normal;
// Create a function to take a user's selection from the combo box and set the correct directions in the directions box and send the map animation to the correct frame.
function onChange(component) {
if (component == combo) {
active = combo.getSelectedIndex();
if (active == "0") {
directions = Episode 1-5;
getURL("http://www.macromedia.com","_self");
} else if (active == "1") {
directions = Episode 1;
getURL("http://www.macromedia.com","_self");
} else if (active == "2") {
directions = Episode 2;
getURL("http://www.macromedia.com","_self");
} else if (active == "3") {
directions = Episode 3;
getURL("http://www.macromedia.com","_self");
} else if (active == "4") {
directions = Episode 4;
getURL("http://www.macromedia.com","_self");
} else if (active == "5") {
directions = Episode 5;
getURL("http://www.macromedia.com","_self");
}
}
}
directions = normal;
// Create a function to take a user's selection from the combo box and set the correct directions in the directions box and send the map animation to the correct frame.
function onChange(component) {
if (component == combo) {
active = combo.getSelectedIndex();
if (active == "0") {
directions = Episode 1-5;
getURL("http://www.macromedia.com","_self");
} else if (active == "1") {
directions = Episode 1;
getURL("http://www.macromedia.com","_self");
} else if (active == "2") {
directions = Episode 2;
getURL("http://www.macromedia.com","_self");
} else if (active == "3") {
directions = Episode 3;
getURL("http://www.macromedia.com","_self");
} else if (active == "4") {
directions = Episode 4;
getURL("http://www.macromedia.com","_self");
} else if (active == "5") {
directions = Episode 5;
getURL("http://www.macromedia.com","_self");
}
}
}

Help
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Back to top









