<HTML>
<HEAD>
<TITLE>Clearing QT video when it's done</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">Hello,<BR>
<BR>
I’m new to RR, I’m not a programmer though I used to do a bit of SuperCard and HC. Thank you in advance for your help.  I’m using the Runtime Starter kit (till I decide) on a Mac G4 os 9.1.<BR>
<BR>
I’m running Quicktime video clips in a player using the “Set the filename of player 1 to MyClipName, followed by a “Start player 1” command. (my thanks to the examples posted on the website). <BR>
<BR>
When the clip is finished playing, I’d like the last frame to disappear. As it stands, the last frame persists.  I’ve tried several variations using the “Done” function hoping to either hide the player or go to another card at the end of the video.  I can’t get the Done function to work.  It seems to continue waiting even though the video is long over.  Only Cmd-period gets the script to stop.<BR>
<BR>
I’ve tried:<BR>
If the movie is done..<BR>
If Movie() = done...<BR>
Wait until the movie is done...<BR>
Etc.<BR>
<BR>
Can you recommend a way to clear the screen at the end of the clip?<BR>
<BR>
Many thanks, I have more questions but for now take things one step at a time. (except for; When is vers 2.0 expected?)<BR>
<BR>
Lance Jacobs<BR>
SilverDollar@nyc.rr.com<BR>
NYC<BR>
<BR>
<BR>
<BR>
</FONT>
</BODY>
</HTML>