According to the dictionary, changing the playLoudness would effect both player controls and audioClips. The following script seems to indicate that the playLoudness is in fact set, but the there are no change in sound volume, even though playLoudness seems to be reduced as expected. Is this a bug, or am I missing something here:
repeat 10 times add 10 to x set the playLoudness of audioClip id 1010 to (100 - x) put playLoudness of audioClip id 1010 -- just to see if playLoudness is actually reduced, and it is. wait 300 milliseconds with messages end repeat Regards Tore Nilsen _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode