<!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. I would make a (hidden) button that
goes to the<BR>next card, then use a "send" command in your card script.
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> </DIV>
<DIV>Hope that helps!</DIV>
<DIV> </DIV>
<DIV>Mark</DIV>
<DIV> </DIV>
<DIV><BR>==card==<BR>on openCard<BR>send "mouseup" to button
"takemetothenextcard" in 2 seconds<BR>end openCard</DIV>
<DIV> </DIV>
<DIV>==hidden button==<BR>on mouseup<BR>visual dissolve<BR>go cd
"slide004"<BR>end mouseup</DIV>
<DIV> </DIV>
<DIV><BR>----- Original Message ----- <BR>From: "Aurlien Durand" <<A
href="mailto:aureliendurand@mac.com">aureliendurand@mac.com</A>><BR>To:
<<A
href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A>><BR>Sent:
Wednesday, August 14, 2002 1:00 PM<BR>Subject: A "simple" slideshow</DIV>
<DIV> </DIV>
<DIV><BR>> Hello everybody and thanks for all those usefull advices you
provide<BR>> everyday!:)<BR>> <BR>> Actually i'm making a very simple
slideshow with about 30 cards. Its script<BR>> is divided into those 30 cards
in order to avoid the script limitation.<BR>> for example, this script in
each card:<BR>> <BR>> on openCard<BR>> wait for 2 seconds<BR>>
visual dissolve<BR>> go cd "slide004"<BR>> end openCard<BR>> <BR>>
(very very very simple isn't it?)<BR>> <BR>> The problem is that i'd like
to be able to stop the slideshow at anytime by<BR>> siply cliking on the
screen and it doesn't work. Indeed, the script of each<BR>> card doesn't
allow any interruption (a mouseUp on the image for example).<BR>> How could i
make it possible? Would a "if" & "then" script work, and which<BR>>
one?<BR>> Thanks by advance,<BR>> Best regards<BR>> <BR>> A.
Durand<BR>> <BR>> (Bonjour spcial toute la communaut
francophone:)<BR>> <BR>>
_______________________________________________<BR>> use-revolution mailing
list<BR>> <A
href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A><BR>>
<A
href="http://lists.runrev.com/mailman/listinfo/use-revolution">http://lists.runrev.com/mailman/listinfo/use-revolution</A></DIV></FONT></DIV></BODY></HTML>