Heh. Certainly... my fault ;)

        sound(<the sound channel>).volume = sound(<the sound channel>).volume -1 

David V.


-----Original Message-----
From: Conrad Ayala [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 4:57 PM
To: [EMAIL PROTECTED]
Subject: RE: <lingo-l> lowering the volume while the buttonis being
presse d down


Is there anyway to use 'the volume of sound 1' instead of 'member'?



At 02:35 PM 5/9/01 -0700, you wrote:
>Try:
>
>on mouseDown
>         repeat while the mouseDown
>                 member(<your sound file>).volume = member(<your sound 
> file>).volume -1
>         end repeat
>end
>
>Keep in mind that repeat loop will prevent other interaction from occurring.
>
>David V.
>
>
>-----Original Message-----
>From: Conrad Ayala [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, May 09, 2001 4:09 PM
>To: [EMAIL PROTECTED]
>Subject: <lingo-l> lowering the volume while the buttonis being pressed
>down
>
>
>Is there a lingo script out there that can lower the volume of a sound
>channel while the button is being pressed down?
>
>=======================================
>Conrad Ayala                    Interface Architect
>
>The Spin Group, Inc.
>2000 South 4th Street           Phone: 414-672-8888
>Milwaukee, WI 53204             Fax: 414-672-8183
>=======================================
>
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/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/LUJ/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!]

=======================================
Conrad Ayala                    Interface Architect

The Spin Group, Inc.
2000 South 4th Street           Phone: 414-672-8888
Milwaukee, WI 53204             Fax: 414-672-8183
=======================================



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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/LUJ/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!]

Reply via email to