Navigation between movies possible???

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

  1. #1

    Default Navigation between movies possible???

    Hi,

    I'm using a couple of director movies for my project. I would like to know if
    it is possible to navigate between these
    movies. In every movie I placed a static navigation panel with a home,
    previous and next button. The homebutton was
    easy, but Is there a way director remembers the previous and next movie so you
    can navigate between these movies?
    I was thinking of using some kind of buffer file which remembers the previous
    and next movie, but I don't know how to
    make this work. Can anyone help me with this??

    Thanks,
    CG

    CenturyGold Guest

  2. Similar Questions and Discussions

    1. ANN: MX Navigation Pack - better recordset navigation from InterAKT
      Hi, It's been a long time since I've posted in this forum ... But let's hope I'm not completely forgotten :) We've just released a new product...
    2. loadvariable, movies inside movies...
      I'm having problems getting loadvariable to work when one movie is loaded into another. The movie that holds the text works perfectly when it is...
    3. Linking Director movies with director movies
      I am working on a prodject in which i need to link 2 dirctor.exe movies. "Dircitor.exe number 1" has a button, when this button is clicked upon it...
    4. Navigation - load other movies
      Good day to you all... I have created numerous CD-ROM presentations in the past, using Flash and Northcode's SWF Studio. I've recently come...
    5. Movies controlling movies!
      I need to know if it is possible to control a movie from another movie - let me explain. On the main screen I have four movies which are acting as...
  3. #2

    Default Re: Navigation between movies possible???

    Look in your Lingo dictionary for 'play' and 'play done'. Attach these to your
    sprite scripts to navigate between movies. Director will remember where you
    have been. It works within movies and between two or more movies.

    Hoopy Guest

  4. #3

    Default Re: Navigation between movies possible???

    I perfer to use a global variables to keep track of movies for navigation.
    The Play and Play Done commands certainly work, but if you search the NG
    archives you will find that they can create some other problems depending on
    their usage.

    hth,
    Doug
    "CenturyGold" <webforumsuser@macromedia.com> wrote in message
    news:c7fv7b$8le$1@forums.macromedia.com...
    > Hi,
    >
    > I'm using a couple of director movies for my project. I would like to
    know if
    > it is possible to navigate between these
    > movies. In every movie I placed a static navigation panel with a home,
    > previous and next button. The homebutton was
    > easy, but Is there a way director remembers the previous and next movie
    so you
    > can navigate between these movies?
    > I was thinking of using some kind of buffer file which remembers the
    previous
    > and next movie, but I don't know how to
    > make this work. Can anyone help me with this??
    >
    > Thanks,
    > CG
    >

    Doug Golenski Guest

  5. #4

    Default Re: Navigation between movies possible???

    Thank you both! I'll try play and play done first. But if that can really give
    me problems, how do I use the global
    variable way? Can you give me an example? This is my first project so I'm
    kinda new to all of this.

    Thanks again!

    CenturyGold 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