Ken,

on mouseDown
        repeat while the mouse is down
                play audioClip "one.au"
                wait 10 milliseconds -- or what ever seems to work best time wise
        end repeat
end mouseDown

NO mouseUp needed


Tom


On Feb 18, 2004, at 7:40 PM, Ken Norris wrote:

Howdy,

I wanted to get a dial tone to play continuously while the mouse is down.

on mouseDown
  play audioClip "one.au" looping
end mouseDown

on mouseUp
  play stop
end mouseUp

...sounds like a machine gun. How can I make it play smoothly/continuously?

Ken N.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to