i did some work on flash which is flipping book, can anyone help me with my link button since it wont work as it should… here i attached print screen and .fla file for the flipping book that i work on…
on(rollOver, dragOver){
_root.canflip=false; // flipping passive
}
on(rollOut, dragOut, releaseOutside){
_root.canflip=true; // flipping active
}
on(release){
_root.canflip=true; // flipping active
_root.gotoPage(6,true); // go to page
}
this in code for my button… but it’s not working…