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 got it to stop going to the next card. Here's the script...
on opencard
wait 5 seconds
go to card id 4346
visual effect dissolve
end opencard
on closecard
wait 1 second
pass closecard
end closecard
Your right, I've been looking on Ebay in that states here for that book.
So when when that card opens, nothing happens for 5 seconds, and then it
shoots over to the other card. OK. So the user reads something on the first
card for a while, and then finds himself somewhere else? OK.
I understand what the closecard handler does, but what does it do for your
stack?
Is this what you intended? The only reason I ask is to engage you in a
dialog, because fiddling with both your authoring concepts and the writing
of code itself are always fun, terrific learning exercises and keep people
like me engaged, so I don't have to concentrate on my real job.
Place a visual effects command BEFORE the go command. The effect is stored
internally until it is required, which is when a card transition is called
for. Did you know you can chain visual effects one after the other, up to
ten layers? Try it.
[Non-text portions of this message have been removed]