On Tue, May 20, 2014 at 2:06 PM, J. Landman Gay <jac...@hyperactivesw.com>wrote:

>
> Stephen's comment about all the pre/opencard messages is a good one, and
> my script adds a couple dozen additional commands to the sequence. I'll
> move the audio playback to the very end of all that and see if that helps.
> There is a lot going on when a card opens in this stack.
>
> If you have any other ideas, please do tell.


What about moving the audio loading to a separate handler and then calling
it in time in openCard? That might let everything settle down even more.

on openCard
   -- do lots of stuff
   send "LoadAudio" to me in 50 milliseconds
end openCard


on LoadAudio
   -- do audio stuff here
end LoadAudio

-- 
Trevor DeVore
Blue Mango Learning Systems
www.screensteps.com    -    www.clarify-it.com
_______________________________________________
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

Reply via email to