cheez
12-19-2002, 11:12 PM
Howdy, I want to use a pushbutton to reset my many-layer one-frame applet/MC. I could use the brute-force method and set-all my variables = ""; however I am sure I would forget some etc.
something like:
/////////////////////////////////////////////////
change handler onSelect
function onSelect(pushbutton) {
if (pushbutton.getValue == true) {
"reloadMovie ();"
or
"reset.all.variables();"
}
}
/////////////////////////////////////////////////
The same effect can be had if I load into html and use IE refresh.
Thanks for any suggestions.
-Cheez
something like:
/////////////////////////////////////////////////
change handler onSelect
function onSelect(pushbutton) {
if (pushbutton.getValue == true) {
"reloadMovie ();"
or
"reset.all.variables();"
}
}
/////////////////////////////////////////////////
The same effect can be had if I load into html and use IE refresh.
Thanks for any suggestions.
-Cheez