Button rollover sounds

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

  1. #1

    Default Button rollover sounds

    what's the best way to do a button rollover sound (like a click)?

    I'm doing a sound(1).play(member("click")), but it REALLY lags... is there a
    better way to do it?

    thnx


    Apheresis Guest

  2. Similar Questions and Discussions

    1. Rollover button
      It's something wierd with the rollover option in dreamweaver 8 :S I really need the rollover effect.. but everytime I try to do it this happens to...
    2. HELP! - Button Sounds Not Working
      I've got a button that has sounds associated with the Over frame and the Down frame. I created a button symbol and I have 3 .png files that...
    3. rollover for button
      Hi guys I'm new to director and looking for advice.... Is there any easy way to create a rollover (mouseover ) state for a button? Is there a...
    4. How to trigger the Rollover of one button from another
      Hi! I have two buttons, one button has some mouseover actionscript. I have another button - when a user rolls over this button, it should trigger...
    5. Button Sounds
      Does anyone know if there is a way to get rid of those annoying flash button sounds that are applied to the buttons that came with Dreamweaver MX?...
  3. #2

    Default Re: Button rollover sounds

    The old alternative:

    puppetSound "click"

    probably gives the same result, at least in the case of a puppetsound it
    doesn't begin to play until the score frame advances or an updatestage
    command is issued.

    If I have a slow running framerate I always add an updateStage to the
    end of the mouseUp script.


    A preload member command to preload the sound in advance should reduce
    the first click delay.
    JB Guest

  4. #3

    Default Re: Button rollover sounds

    You can try to change the sounddevice, look in manual for the
    alternative settings. This can change the behavior when playing a sound.
    formus.macromedia.com 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