Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 2 of 2
on (release) {
if (Number(test) == 1) {
test = 0;
} else {
test = 1;
}
}[/indent]on (release) {
if (Number(_root.test) == 1) {
_root.test = 0;
} else {
_root.test = 1;
}
}
1 to 2 of 2