Jim Hurley wrote:
 >    --The following wait doesn't do what I want.
    --It halts everything since the message is received at the
    --first execution of doFadeOut.
    wait until "doFadeOut" is not in the pendingMessages --What do I
 need to do here?

Try:

  wait until "doFadeOut" is not in the pendingMessages with messages

??

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

Thanks Ken. I'm struggling with this message passing business. I didn't realize that one could do a wait while letting other messages pass. I will try your suggestion.


Jim
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to