cdrake
06-28-2005, 10:54 PM
on (release) {
if (_root.test == 1, 2, 3, 4, 5) {
trace("works");
} else {
trace("doesnt work");
}
}
It returns "works" no matter what test equals so I assuming the code if (_root.test == 1, 2, 3, 4, 5) is wrong.
Thanks
if (_root.test == 1, 2, 3, 4, 5) {
trace("works");
} else {
trace("doesnt work");
}
}
It returns "works" no matter what test equals so I assuming the code if (_root.test == 1, 2, 3, 4, 5) is wrong.
Thanks