all groups > flash actionscript > july 2004 >
You're in the

flash actionscript

group:

Page Turn Effect: Turn Off


Page Turn Effect: Turn Off glaze
7/27/2004 10:00:13 PM
flash actionscript: Is anyone familiar with the page turn effect here:
http://www.iparigrafika.hu/pageflip/?

If so, do you know how I can turn off the effect? What I want is to be able
to go directly to page 14, for example, without having to wait for all the
pages to turn to get there. Thanks for any help.

My goal is to offer the "turn off" option for users with slow
processors.http://www.iparigrafika.hu/pageflip/
Re: Page Turn Effect: Turn Off -]
7/27/2004 10:28:21 PM
just add extra buttons on top ( page : 1 2 3 4 5 6 etc.) to navigate or add a
button-if pressed it hides the normal Flip page button and makes visable
another button that does not play the page flip mc and just goes to the next
page...
Re: Page Turn Effect: Turn Off glaze
7/28/2004 12:49:49 AM
"if pressed it hides the normal Flip page button and makes visable another
button that does not play the page flip mc and just goes to the next page.."

This is what I don't know how to do . I have the buttons set up already. I
just need them to go to the correct pages without doing the page flip effect.
Maybe I've misunderstood your response? Thanks for answering.
Re: Page Turn Effect: Turn Off -]
7/28/2004 2:00:23 AM
ok...first creat a check box(off/on thing) then for each page ... on the bottem
right corner(where the button is) create 2 buttons ..... then just add an If
AS..
if (Cbox = true;) {
mybutton._visible = true;
}else{
mybutton._visable = false;
}
}
SOMTHING like this where my button is the button which skips the page turing
MC...and u can just put the other button under it
RE: Page Turn Effect: Turn Off Macc
4/21/2005 12:00:00 AM
Hi! A new free version: v2.12 is available for download. (it is now AS2/Flash 7 compatible)
http://www.iparigrafika.hu/pageflip

But i'am posting here, because i found my opensource code at templatemonster (for $63)... I think this is not fair, some people buy this template instead of downloading it for free...
http://www.templatemonster.com/website-templates/8096

From http://www.developmentnow.com/g/69_2004_7_0_0_345750/Page-Turn-Effect-Turn-Off.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button