<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { margin-top: 0 ; margin-bottom: 0 }
 --></style><title>Canceling pending messages</title></head><body>
<div>The following script is recommended in the Rev.&nbsp; web site as
preferable to the use of the idle message:</div>
<div><br></div>
<div><font color="#000000">on showPlayerCurrentTime<br>
put the currentTime of player &quot;My Player&quot; into field
&quot;Player Progress&quot;<br>
send &quot;showPlayerCurrentTime&quot; to me in 500 milliseconds<br>
end showPlayerCurrentTime</font><br>
<font color="#000000"></font></div>
<div><font color="#000000"><br></font></div>
<div><font color="#000000">In this way, &quot;showPlayerCuttentTime is
repeated every&nbsp; 500 milliseconds.</font></div>
<div><font color="#000000"><br></font></div>
<div><font color="#000000">My question is: How would one&nbsp; stop
this cycle? How&nbsp; does one interrupt the send routine? What part
of the &quot;pendingmessages&quot; does one
&quot;cancel&quot;?</font></div>
<div><font color="#000000"><br></font></div>
<div><font color="#000000">With the&nbsp; above handler running I get
find two lines in the pending messages as follows:</font></div>
<div><font color="#000000"><br></font></div>
<blockquote><font
color="#000000">6230,1010150413.003374,mouseUp,button id 1003 of card
id 1002 of stack &quot;Untitled 1&quot;</font></blockquote>
<blockquote><font color="#000000"><br></font></blockquote>
<blockquote><font
color="#000000">6231,1010150412.65895,revScriptEdit,button id 1003 of
card id 1002 of stack &quot;/Macintosh
HD/Revolution-1.1.1-Classic-B1/components/global
environment/revlibrary.rev&quot;</font></blockquote>
<div><font color="#000000"><br></font></div>
<div>Furthermore the two leading items in each line (6230 and 6231)
change with time.</div>

<div>-- <br>
Jim Hurley</div>
</body>
</html>