forcing a beginSprite

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

  1. #1

    Default forcing a beginSprite

    Hi All,

    I'm usin the custom quicktime control slider behaviour at the moment.
    The problem i'm having is that to work out the rate that the slider
    moves a handler called mInitialise is called from the beginSprite
    handler.

    This works fine at first,but the client wanted the possibility to
    click between video footage. Given the amount of footage it wasn't
    feasible to do this with markers and as such when you click through
    the videos, it just updates the member of sprite. as such, for all
    subsequent videos after the first one the slider moves at the rate it
    would need to for the first clip.

    To rectify this i need, either, a method to force a begin sprite when
    the member is changed, or, a means to call the mInitialise handler in
    one script from another.

    any help would be appreciated.

    richie
    Richie Bisset Guest

  2. Similar Questions and Discussions

    1. Forcing Input in Forms
      I am creating an interactive module, and some if it has step by step instruction. For instance, if I have a check box, and a drop down menu list,...
    2. Forcing upgrade of port
      I am trying to upgrade phpMyAdmin to the latest release 2.6.1-pl2 which has a few bugs fixed (One of them being critical for my usage). I have...
    3. URGENT: Progress bar in beginSprite
      Is there any way to show a progress bar within a beginSprite handler?
    4. forcing on stopMovie
      you can always manually enter stopmovie in message window to activate your clean up code, sounds like ther is something unusual about your movie,...
    5. Forcing image update
      I have a page that allows the user to manipulate various data fields, which in turn cause the server to modify an image that is displayed on the...
  3. #2

    Default Re: forcing a beginSprite

    never mind, had a cup of coffee and realised sendSprite was what i was
    looking for ;)


    On Tue, 02 Dec 2003 14:16:58 +0000, Richie Bisset
    <richie@rocket.nospam.co.uk> wrote:
    >Hi All,
    >
    >I'm usin the custom quicktime control slider behaviour at the moment.
    >The problem i'm having is that to work out the rate that the slider
    >moves a handler called mInitialise is called from the beginSprite
    >handler.
    >
    >This works fine at first,but the client wanted the possibility to
    >click between video footage. Given the amount of footage it wasn't
    >feasible to do this with markers and as such when you click through
    >the videos, it just updates the member of sprite. as such, for all
    >subsequent videos after the first one the slider moves at the rate it
    >would need to for the first clip.
    >
    >To rectify this i need, either, a method to force a begin sprite when
    >the member is changed, or, a means to call the mInitialise handler in
    >one script from another.
    >
    >any help would be appreciated.
    >
    >richie
    Richie Bisset 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