<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>I seem to be having trouble with the playStopped message.
<BR>
<BR>Button 1 puts 2 into the global myspot.
<BR>
<BR>In the playStopped handler in the player, I have:
<BR>on playStopped
<BR>global myspot -- contains a line number of the field titles(2 at this point)
<BR>add 1 to gggg --should make myspot 3
<BR>send mouseUp to button "playit"
<BR>end playStopped 
<BR>
<BR>Button "playit" has this as part of the script:
<BR>put line myspot of field titles into audioToPlay --titles being another global containing a field name.
<BR>
<BR>Problem: whenthe playStopped handler in the player is not commented out, the total number of lines of field titles is added to the 2 originally in the global myspot, making the value in myspot much higher than it should be.
<BR>
<BR>If someone has bumped into this or may know the cause, I'd sure appreciate their ideas.</FONT></HTML>