creating an animation banner

Klaus Major klaus at major-k.de
Wed Jul 13 05:13:37 EDT 2005


Hi again, Ban :-)

> Hello everyone
>
> I like to create an animation banner (with 3 images changing every 15
> seconds) and ach image has it own like to its website.
>
> Example
> when image 1 shows, user click on it, it will take to url1
> when image 2 shows, user click on it, it will take to url2
> ........
>
> Thank you for your help

add a script to every image like:

on mouseup
    revgourl "http://www.server.com"
end mouseup

and you are done :-)


Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de




More information about the use-livecode mailing list