on 10/11/05 9:35 PM, Dave at dfp837@... wrote:
I'm trying to create a slideshow for some images I'm displaying in
Hypercard. How do I create
a time delay going from piece to another? I hope I'm explaining this
clearly. I would like the
ability to create an automatic slideshow, sort of. I'm guessing that I have
to use a script to
make this happen.
Thanks:)
Dave
HCC = HyperCard Club
To unsubscribe, send an email to:
hypercardclub-unsubscribe@yahoogroups.com
YAHOO! GROUPS LINKS
Visit your group "hypercardclub
<http://groups.yahoo.com/group/hypercardclub> " on the web.
To unsubscribe from this group, send an email to:
hypercardclub-unsubscribe@yahoogroups.com
<mailto:hypercardclub-unsubscribe@yahoogroups.com?subject=Unsubscribe>
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
The "wait" command halts execution for a specified time. The default time is
in ticks, each being 1/60 of a second.
wait 120 (waits two seconds)
But you can specify seconds if you want:
wait 2 seconds.
gotta get those books. The apple reference info is excellent, by the way.
[Non-text portions of this message have been removed]