Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Apheresis #1
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
-
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... -
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... -
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... -
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... -
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?... -
JB #2
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
-
formus.macromedia.com #3
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



Reply With Quote

