# Flipping book

**URL:** https://forum.kirupa.com/t/flipping-book/268385
**Category:** Uncategorized
**Created:** [August 13, 2008, 7:02am UTC](https://forum.kirupa.com/t/flipping-book/268385 "2008-08-13T07:02:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ijam20](https://avatars.discourse-cdn.com/v4/letter/i/278dde/32.png) [@ijam20](https://forum.kirupa.com/u/ijam20)
#### Post date: [August 13, 2008, 7:02am UTC](https://forum.kirupa.com/t/flipping-book/268385/1 "2008-08-13T07:02:43Z")

</div>

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…
