We are in need of some help with controlling a sound clip.
We have a rotating ferris wheel which is a button, and on the 'over state'...you guessed it, it rotates. We would like to add a sound that plays during the mouse over event, but it should stop when the mouse is rolled off the ferris wheel (hot spot). The other thing is the sound clip should only play once at any one time ie. it should play through its entirety before playing again.
(Some superfluous information...when you click on the rotating ferris wheel you are propelled to another scene.)
Originally posted by Peter H You best bet here is to use the sound object to create some sound you can control with the button.
have you used this b 4 ?
Thanks Peter for your reply, yesterday after trying a few things that I thought would work....and of course they didn't, I got my hands on an actionscript book which oulines the use of sound objects. I'll have a crack at it and I'll let you know if I have any problems.