76design - Page Flip » Feature Requests

Binder instead of Book

(2 posts)
  • Started 1 year ago by BlueInkAlchemist
  • Latest reply from bnnorman
  1. A client with whom I'm working wants to use a particular Flash template for his website. The template that's caught his eye is found here: http://www.templatemonster.com/flash-templates/19045.html

    However, he's decided he wants the pages to be goldenrod instead of their current brown. The problem with this is those animations for the flipping pages are FLVs. I can't really crack those open to change their color, which means adapting the bulk of the template into a custom design with more flexible flipping pages.

    I'm starting with the v213 FLA and working on having the turning page flip all the way behind the page to be displayed. I'm not sure if I need to define the tween entirely in the ActionScript or create a new animation in the Library. Any advice that can be offered on this would be extremely helpful. Thanks in advance!

    Posted 1 year ago #
  2. bnnorman
    Member

    You'll have to mess with the code big time.

    Frame 9 has the setPages() function which sets, well, the current pages. I guess you could add extra lines at the end like :-

    for(var k=init;k<pageClips.length;k++)
    {
    pageClips[k]["p"+p0]._visible=pageClips[k]["p"+p1]._visible=false;
    }

    to hide the lefthand pages.

    Posted 11 months ago #

RSS feed for this topic

Reply

You must log in to post.