May 6, 2001 #1 stevepegg MIS May 6, 2001 1 GB this may sound like a simple question but i'm new to director.... all i want to do is play a sound when the user rolls over a cast member cheers steve
this may sound like a simple question but i'm new to director.... all i want to do is play a sound when the user rolls over a cast member cheers steve
May 7, 2001 #2 Baixinha Programmer Dec 27, 2000 122 BR To play a song when the user rollover the button do this: puppetSound 1,"mysound" where, 1 is the number of track that you wanna play the song and "mysound" is the name of castmember where the sound is. Any doubt please, report Upvote 0 Downvote
To play a song when the user rollover the button do this: puppetSound 1,"mysound" where, 1 is the number of track that you wanna play the song and "mysound" is the name of castmember where the sound is. Any doubt please, report
May 7, 2001 #3 Baixinha Programmer Dec 27, 2000 122 BR Ah, I forgot... if you want to stop the sound, when the mouse leave the objetc, use: on mouseLeave puppetSound 1,0 end where 1 is the channel and 0 to disable the sound that is playing in this channel. Upvote 0 Downvote
Ah, I forgot... if you want to stop the sound, when the mouse leave the objetc, use: on mouseLeave puppetSound 1,0 end where 1 is the channel and 0 to disable the sound that is playing in this channel.