I have audio on channel 1 and 2. It is not turning it off right now as the file is loading with sound already on. This script is attached to a sprite made of text only. I basically want the user to be able to turn the sound off, or back on, by clicking on this text.
on 3/25/02 1:11 PM, Carl D. Earnhart II at [EMAIL PROTECTED] wrote: >> on mouseUp me >> if sound(1).volume > 1 then >> sound(1).fadeTo(1, 1000) >> else >> sound(1).fadeTo(255,1000) >> end if >> end mouseUp me >> >> does not seem to work, any ideas/suggestions/fixes will be greatly >> appreciated. > > What is it doing or not doing exactly?? > > --------------------------- > Carl D. Earnhart II > Software Engineer > DxR Development Group, Inc. > 150 E. Pleasant Hill Rd. > Carbondale, Illinois 62901 > --------------------------- > > systemSpecs: PowerPC G4 400, 320RAM, OS 9.1 > > [To remove yourself from this list, or to change to digest mode, go to > http://www.penworks.com/lingo-l.cgi To post messages to the list, email > [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is > for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
