Search the web
Sign In
New User? Sign Up
hypercardclub · HyperCard Club
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
New to Group   Message List  
Reply | Forward Message #840 of 875 |
Re: New to Group


> Message: 4
> Date: Wed, 12 Oct 2005 01:35:36 -0000
> From: "Dave" <dfp837@...>
> Subject: Re: New to Group
>
> 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


I think there is a command "wait" e.g.

wait 2 seconds
wait 120 ticks
--120 ticks = 2 seconds, 60 ticks per second

or
put 0 into i
repeat until i = 120
wait 1 tick
add 1 to i
end repeat

because of the loop this will be a little more than 2 seconds actually. This
definitely will work and is usually "good enough".


Set the card script to include these handlers


on opencard
wait 5 seconds
pass openscard
go next
end opencard


on closecard
wait 1 second
pass closecard
end closecard

you can also add visual effects.



__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/



Wed Oct 12, 2005 12:18 pm

engleerica
Offline Offline
Send Email Send Email

Forward
Message #840 of 875 |
Expand Messages Author Sort by Date

Hello, just wanted to introduce myself. I'm interested in using Hypercard. Thanks :) -Dave...
Dave
dfp837
Offline Send Email
Oct 10, 2005
1:26 am

on 10/9/05 9:25 PM, Dave at dfp837@... wrote: Hello, just wanted to introduce myself. I'm interested in using Hypercard. Thanks :) -Dave HCC = HyperCard...
Craig Newman
dunbarx2000
Offline Send Email
Oct 11, 2005
3:29 pm

I'm getting version 2.2. I wanted to use color in my project. Do you recommend 2.4.1. Thanks again...
Dave
dfp837
Offline Send Email
Oct 11, 2005
3:37 pm

on 10/11/05 11:36 AM, Dave at dfp837@... wrote: I'm getting version 2.2. I wanted to use color in my project. Do you recommend 2.4.1. Thanks again 2.2 is...
Craig Newman
dunbarx2000
Offline Send Email
Oct 11, 2005
4:33 pm

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...
Dave
dfp837
Offline Send Email
Oct 12, 2005
1:35 am

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...
Craig Newman
dunbarx2000
Offline Send Email
Oct 12, 2005
3:55 pm

Thanks a million Craig. I'm still looking to the latest Hypercard 2.4.1 program. Right now I have 2.1 but I would I like add color to my art installation. ... ...
Dave Penun
dfp837
Offline Send Email
Oct 12, 2005
4:52 pm

Hi Dave, Are you in Europe? I have a few copies of HC 2.3 available for sale, which can be updated to 2.4.1 at no cost. If you're in Europe, it might be worth...
Mark Schonewille
ecognoompje
Offline Send Email
Oct 13, 2005
9:32 pm

Hi Mark Sorry I'm actually in the United States, Arizona. Thanks Dave ... __________________________________ Yahoo! Music Unlimited Access over 1 million...
Dave Penun
dfp837
Offline Send Email
Oct 13, 2005
9:45 pm

... I think there is a command "wait" e.g. wait 2 seconds wait 120 ticks --120 ticks = 2 seconds, 60 ticks per second or put 0 into i repeat until i = 120 wait...
Eric Engle
engleerica
Offline Send Email
Oct 12, 2005
12:18 pm

Thanks a million for that as well. I need to get some books about this scripting. Thanks to all who answered my question so quickly :) -Dave ... ...
Dave Penun
dfp837
Offline Send Email
Oct 12, 2005
8:03 pm

Ok, I got the script thing worked out here. Now I have placed the opencard script inside the first card. How do edit that card's script without having it go to...
Dave Penun
dfp837
Offline Send Email
Oct 14, 2005
5:19 am

You need to know that the "opencard" message is sent whenever a new card opens. It is sent automatically, as a system message. This message may be "trapped"...
Craig Newman
dunbarx2000
Offline Send Email
Oct 14, 2005
1:56 pm

Hi Craig Sorry about that, I keep pressing reply in my inbox versus the group's reply button. Somehow I got it to stop going to the next card. Here's the...
Dave
dfp837
Offline Send Email
Oct 14, 2005
2:19 pm

on 10/14/05 10:18 AM, Dave at dfp837@... wrote: Hi Craig Sorry about that, I keep pressing reply in my inbox versus the group's reply button. Somehow I...
Craig Newman
dunbarx2000
Offline Send Email
Oct 14, 2005
7:40 pm

Ok, I got the script thing worked out here. Now I have placed the opencard script inside the first card. How do edit that card's script without having it go to...
Dave Penun
dfp837
Offline Send Email
Oct 14, 2005
5:19 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help