28dead
04-08-2003, 04:04 PM
variable to loadmovie
in the frame--------------------
check = wait;
if (check == true) {loadMovie("1.swf",_root.content);
}
on the button -------------------------
on (release) {tellTarget (_root) {check = true
}
}
the load movie works fine by itself, but betting it to activate with variables is something im doing wrong
Help!!!!! :-(
in the frame--------------------
check = wait;
if (check == true) {loadMovie("1.swf",_root.content);
}
on the button -------------------------
on (release) {tellTarget (_root) {check = true
}
}
the load movie works fine by itself, but betting it to activate with variables is something im doing wrong
Help!!!!! :-(