AudioClip scripting question

Ken Norris pixelbird at interisland.net
Wed Feb 18 19:40:58 EST 2004


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.



More information about the use-livecode mailing list