Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Timeline Help

    Hey all
    I have a Quiz type project I'm putting together for a school project and I need some advice on how to set up the navigation. Ok, the nav was made in flash and has 10 different links to 10 different sections within director. Everytime a link is clicked a curtain comes down and covers one section, and opens to reveal another. Now I'm not sure how to set up the timeline with that. Each link has to go to a different section and I'm getting confused how to make that curtain cover that particular section each time before going to antoher link. I hope that's not to confusing.
    THx




    cowboy71 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Timeline not available
      On trying to add timeline in DW8 I get the following message: The function addTimeline() is currently unavailable. Do I need to install or download...
    2. Timeline Behavior
      is there a way to click through a timeline... one key frame at a time? I would like to create a button that would allow users to click through the...
    3. Timeline
      I cannot find the Timeline panel in the Window menu of Dreamweaver MX 2004. I checked the application's online help and I could not find a single...
    4. ANNOUNCE: Graph::Timeline and Graph::Timeline::GD 1.0
      Graph::Timeline - Render timeline data This document refers to verion 0.1 of Graph::Timeline, released November 11, 2003 This class takes a...
    5. timeline effect
      Hello, I have created a layer on the timeline. I put an image there, and do : Insert -> timeline effect -> Transaction/Transition - > Transition,...
  3. #2

    Default Re: Timeline Help

    The curtain is a transition device, yes? You're planning on doing the
    curtain in Director, not Flash, yes?

    If you have your timeline set up with markers for each of these
    question areas and you have the Flash navigation extended across all of
    these frames then you probably have a "go to the frame" function set in
    a frame script at each of the marker locations.

    If you were to build the curtain animation in a series of frames after
    that "go to the frame" location, then you could use the Flash button
    event to trigger the curtain animation. That could happen in a couple
    of ways: you could write a function in Director to: 1. store the new
    marker name in a global variable, tell the playback head to move ahead
    through the curtain animation. You would also then need a function at
    the end of that animation to tell the playback head to jump to the
    marker name stored in the global variable. Or, you could write all of
    that code in the Flash movie and use getURL to send the command to the
    Director movie.

    Another method is to build a filmloop of the curtain animation, Have
    the Flash button call a Director function that replaces a static
    graphic member for the filmloop member and then tells the playback head
    to move to the new marker when the filmloop has finished.

    --
    Rob
    _______
    Rob Dillon
    Team Macromedia
    [url]http://www.ddg-designs.com[/url]
    412-243-9119

    [url]http://www.macromedia.com/software/trial/[/url]
    Rob Dillon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139