<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>
<DIV>This is just a simple guess, but your "wait" command is probably 
stopping<BR>you from doing anything.&nbsp; I would make a (hidden) button that 
goes to the<BR>next card, then use a "send" command in your card script.&nbsp; 
Then, if you want<BR>to stop that from happening you can stop any pending 
commands (just look up<BR>"send" in the transcript dictionary for that stuff) 
and interrupt the<BR>process.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hope that helps!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Mark</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>==card==<BR>on openCard<BR>send "mouseup" to button 
"takemetothenextcard" in 2 seconds<BR>end openCard</DIV>
<DIV>&nbsp;</DIV>
<DIV>==hidden button==<BR>on mouseup<BR>visual dissolve<BR>go cd 
"slide004"<BR>end mouseup</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>----- Original Message ----- <BR>From: "Aurlien Durand" &lt;<A 
href="mailto:aureliendurand@mac.com">aureliendurand@mac.com</A>&gt;<BR>To: 
&lt;<A 
href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A>&gt;<BR>Sent: 
Wednesday, August 14, 2002 1:00 PM<BR>Subject: A "simple" slideshow</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>&gt; Hello everybody and thanks for all those usefull advices you 
provide<BR>&gt; everyday!:)<BR>&gt; <BR>&gt; Actually i'm making a very simple 
slideshow with about 30 cards. Its script<BR>&gt; is divided into those 30 cards 
in order to avoid the script limitation.<BR>&gt; for example, this script in 
each card:<BR>&gt; <BR>&gt; on openCard<BR>&gt; wait for 2 seconds<BR>&gt; 
visual dissolve<BR>&gt; go cd "slide004"<BR>&gt; end openCard<BR>&gt; <BR>&gt; 
(very very very simple isn't it?)<BR>&gt; <BR>&gt; The problem is that i'd like 
to be able to stop the slideshow at anytime by<BR>&gt; siply cliking on the 
screen and it doesn't work. Indeed, the script of each<BR>&gt; card doesn't 
allow any interruption (a mouseUp on the image for example).<BR>&gt; How could i 
make it possible? Would a "if" &amp; "then" script work, and which<BR>&gt; 
one?<BR>&gt; Thanks by advance,<BR>&gt; Best regards<BR>&gt; <BR>&gt; A. 
Durand<BR>&gt; <BR>&gt; (Bonjour spcial  toute la communaut 
francophone:)<BR>&gt; <BR>&gt; 
_______________________________________________<BR>&gt; use-revolution mailing 
list<BR>&gt; <A 
href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A><BR>&gt; 
<A 
href="http://lists.runrev.com/mailman/listinfo/use-revolution">http://lists.runrev.com/mailman/listinfo/use-revolution</A></DIV></FONT></DIV></BODY></HTML>