At 9:42 AM -0400 5/11/04, you wrote:
I have a project with two sounds. Sound(1) is supposed to come on a few seconds before sound(2) and continue together. The direction of sound(1) is controlled by one of 5 buttons on the screen. The direction (or pan value) of sound(2) is controlled by the mouse. I want to make a record of the pan values of sound(2). I call these within an exitFrame handler. When I try to get the pan value of sound(2) by putting it to the message window, it gives me 5, which must correspond to the number of buttons i have. When I try to call both sounds from a custom handler, I get only sound(1). I know this is an elementary question but....
Paul Schulman

Didn't answer this 'I want to make a record of the pan values of sound(2).' in my previous note:in my other handler.


You'll need to save either panValue or (the mouseLoc)[1], depending on what you want to do with it.

btw - I'd put it into a list using .append, but beware, if the sound is long, this could be a big list ....
[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!]

Reply via email to