rotating images
David Burgun
dburgun at dsl.pipex.com
Tue Jul 26 14:33:41 EDT 2005
Hi,
One way is to add a handler to the Card Script as so:
on RotateImages
--
-- Rotate each image
--
send "RotateImages" to me in 10 seconds
end RotateImages
Then to get it started:
on openCard
send "RotateImages" to this card in 10 seconds ---Or less if you
want the 1st rotate to start straight away.
end openCard
Hope this helps
Dave
>Hello everyone,
>
>I have question about rotating images.
>I want to rotate (changing) images every 10 seconds on the same card
>
>I create main stack which has card (cd1). In card cd1 I have 5 images.
>I want to rotate these images every 10 seconds; each image will take to
>an URL when it is clicked
>
>I tried to do this on different card by using "go next cd" but I don't
>know how to do this on the same cd
>
>Thanks for your help
>
>
>
>
>
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list