<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>In a message dated 8/19/02 12:54:29 PM Eastern Daylight Time, use-revolution-request@lists.runrev.com writes:
<BR>
<BR>
<BR><BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px"> 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 
<BR>> global containing a field name.
<BR>>
<BR>> Problem: whenthe playStopped handler in the player is not commented 
<BR>> out, the total number of lines of field titles is added to the 2 
<BR>> originally in the global myspot, making the value in myspot much higher 
<BR>> than it should be.
<BR>>
<BR>> If someone has bumped into this or may know the cause, I'd sure 
<BR>> appreciate their ideas.
<BR>
<BR>???
<BR>the script looks OK to me...
<BR>
<BR>Could you please post the complete script of the "playit"-button.
<BR>
<BR>That would make error-checking a lot easier for us ?
<BR>
<BR>Thanks in advance.
<BR>
<BR>Regards
<BR>
<BR>Klaus Major
<BR>klaus.major@metascape.org
<BR></FONT><FONT  COLOR="#000000" SIZE=3 FAMILY="SANSSERIF" FACE="arial" LANG="0"></BLOCKQUOTE>
<BR></FONT><FONT  COLOR="#000000" SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">Thank you for your reply. Before I post the scripts involved, maybe the following may provide more information.
<BR>  I have been beating my brains out (not a large task)on this and finally made it around to trying something different.
<BR> In the player script, I commented all else out and put the following in:
<BR>
<BR>on playStopped
<BR>beep
<BR>end playStopped
<BR>
<BR>The instant I send start player to the player, it beeps then plays the sound file. This accounts for ALL of the problems I have had. BTW, gggg was simply a typo.
<BR>My question now is" Is RR sending the same message out for both start and stop and having it interpreted based on some condition of the player, therefore requiring some sort of qualifier, or should I just reload Revolution?
<BR>  Also, a question for RR. Is there a forum somewhere that is more oriented toward the beginner to novice range?
<BR>
<BR>Thanks again,Klaus
<BR>mike</FONT></HTML>