ok so i made several flash files and connected them with buttons with, behaviours [load external movie clip] but when i moved it to a cd the buttons dont work. I really need help!!! how do i keep them connected.
this is the coding for a button connectting two files:
on (release) {
//load Movie Behavior
if(_root == Number(_root)){
loadMovieNum("****.swf",_root);
} else {
_root.loadMovie("***.swf");
}
//End Behavior
}
this is the coding for a button connectting two files:
on (release) {
//load Movie Behavior
if(_root == Number(_root)){
loadMovieNum("****.swf",_root);
} else {
_root.loadMovie("***.swf");
}
//End Behavior
}