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

  1. #1

    Default Re: Uses of markers

    Pluse, it's "If I were to create" not "was"

    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]
    "Stephen Whipp" <Stephen.Whipp@btopenworld.com> wrote in message
    news:bj9sqe$dj9$1@forums.macromedia.com...
    > If I was to create a fast forward button for a movie running in a miaw,
    > whicxh would skip to the next marker if one was defined otherwise skip
    > forward by a number of frames. Can anyone see any potential problems with
    > this functionilty?
    >
    > I've never really used markers so I'm not sure of the uses to which they
    > are put.
    >
    > Would it be safest to check for markers and disable the fastforward button
    > when they are defined?
    >
    > thanks in advance for any help
    >
    > --
    > Stephen Whipp
    > Eastmond Publishing Ltd. (UK)
    > -----------------------------------------------
    > Visit our website at:
    > [url]www.autograph-maths.com[/url]
    > ----------------------------------------------
    >
    >

    Word of Mouth Productions Guest

  2. Similar Questions and Discussions

    1. Feature Question: Markers
      As the answer to my previous question was a surprising but resounding NO all around, let me try this one.... It is possible to embed non-printing...
    2. Markers doesn't do as expected
      Hi all, Got a major screw up here. Got sprite with a go to marker from the library, but some how it only works when you are on the last marker...
    3. !! MPEG and Markers !!
      I have a demo CD with 10 MPEGs that are linked from folders on the CD to a projector file. I can play them fine but, how do I get them to go to a...
    4. Moving Markers
      When selecting stuff on the timeline, is there a way to move markers along with the sprites. So you don't have to go and match up the markers with...
    5. Editing too many markers, How?
      Is there a better way to edit (add, name) markers to a score, assuming a case like too many markers (let's say over 1000), consecutive named (ie....
  3. #2

    Default Re: Uses of markers

    Nah, you have complete control over the playback head if you want and I've
    never seen any problems when navigating in any way through or between
    markers.

    One of the best things about makers is that you can get the frame value of
    any one.

    marker (something) always returns the value of that marker's frame so you
    can do lots of math with them. Since scrolling a large bitmap in the score
    rather than with lingo seems to perform better, creating a nice smooth
    accelerating and decelerating scroll is easy with the help of markers. I
    know that's not your issue here but I would worry about jumping between or
    over markers.


    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]
    "Stephen Whipp" <Stephen.Whipp@btopenworld.com> wrote in message
    news:bja1ds$lpf$1@forums.macromedia.com...
    > aye, my grammers never been that hot :)
    >
    > What I was wondering is, do people sometimes use markers that do not run
    in
    > sequential fashion, and having an FF button that would shift to the next
    > marker might at best cause the DCR to run in the wrong order and possibly
    > cause crashes if it required some information in a "scene" from "scenes"
    > that were not executed.
    >
    > Stephen Whipp <Stephen.Whipp@btopenworld.com> wrote in message
    > news:bj9sqe$dj9$1@forums.macromedia.com...
    > > If I was to create a fast forward button for a movie running in a miaw,
    > > whicxh would skip to the next marker if one was defined otherwise skip
    > > forward by a number of frames. Can anyone see any potential problems
    with
    > > this functionilty?
    > >
    > > I've never really used markers so I'm not sure of the uses to which
    they
    > > are put.
    > >
    > > Would it be safest to check for markers and disable the fastforward
    button
    > > when they are defined?
    > >
    > > thanks in advance for any help
    > >
    > > --
    > > Stephen Whipp
    > > Eastmond Publishing Ltd. (UK)
    > > -----------------------------------------------
    > > Visit our website at:
    > > [url]www.autograph-maths.com[/url]
    > > ----------------------------------------------
    > >
    > >
    >
    >

    Word of Mouth Productions Guest

  4. #3

    Default Re: Uses of markers

    Just my fatherly instinct and my contribution to the slowing of the momentum
    of the downfall of society.


    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]
    "Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
    news:bja1uh$mo4$1@forums.macromedia.com...
    > > Pluse, it's "If I were to create" not "was"
    > ^^^^^
    >
    > Bait?
    >
    > Andrew

    Word of Mouth Productions Guest

  5. #4

    Default Re: Uses of markers

    "Word of Mouth Productions" <lingoboy@wordofmo.com> wrote in message
    news:bja423$qgp$1@forums.macromedia.com...
    > Just my fatherly instinct and my contribution to the slowing of the
    momentum
    > of the downfall of society.
    These kids today! You'd think they'd use a spellchecker.

    - Robert


    Robert Tweed Guest

  6. #5

    Default Uses of markers

    If I was to create a fast forward button for a movie running in a miaw,
    whicxh would skip to the next marker if one was defined otherwise skip
    forward by a number of frames. Can anyone see any potential problems with
    this functionilty?

    I've never really used markers so I'm not sure of the uses to which they
    are put.

    Would it be safest to check for markers and disable the fastforward button
    when they are defined?

    thanks in advance for any help

    --
    Stephen Whipp
    Eastmond Publishing Ltd. (UK)
    -----------------------------------------------
    Visit our website at:
    [url]www.autograph-maths.com[/url]
    ----------------------------------------------


    Stephen Whipp Guest

  7. #6

    Default Re: Uses of markers

    aye, my grammers never been that hot :)

    What I was wondering is, do people sometimes use markers that do not run in
    sequential fashion, and having an FF button that would shift to the next
    marker might at best cause the DCR to run in the wrong order and possibly
    cause crashes if it required some information in a "scene" from "scenes"
    that were not executed.

    Stephen Whipp <Stephen.Whipp@btopenworld.com> wrote in message
    news:bj9sqe$dj9$1@forums.macromedia.com...
    > If I was to create a fast forward button for a movie running in a miaw,
    > whicxh would skip to the next marker if one was defined otherwise skip
    > forward by a number of frames. Can anyone see any potential problems with
    > this functionilty?
    >
    > I've never really used markers so I'm not sure of the uses to which they
    > are put.
    >
    > Would it be safest to check for markers and disable the fastforward button
    > when they are defined?
    >
    > thanks in advance for any help
    >
    > --
    > Stephen Whipp
    > Eastmond Publishing Ltd. (UK)
    > -----------------------------------------------
    > Visit our website at:
    > [url]www.autograph-maths.com[/url]
    > ----------------------------------------------
    >
    >

    Stephen Whipp 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