------------------------------------ Do the images sit on top of each other? or are they side by side? On top: Do you want one image to appear and then rotate in ten seconds and Then disappear and be replaced by image 2 which then rotates in ten seconds to disappear and be replaced by image 3 etc.
Yes, the images sit on top of each other. I want image 1 appears then 10 sec image 2 appear then 1 sec image 3 appear..........back to image 1 and so on I have one main stack which has 5 cards. I want these images keep changing while user click to go to another card Thanks for your help ---------------------------------------------------------------------------- OR Side by side: Do you want image 1 in the upper left to rotate in ten seconds and Then in another ten seconds the image next to that one image 2 to then rotate etc. OR Some other effect? If they are separate images all available/visible at the same time then stick a card script that is in a repeat loop that goes through the images one at a time and rotates them. Then "in" each image put the on mouseUp that will take them to a URL. If they are to replace each other than you can still do a card level repeat loop but assign an image name to a blank image that then rotates in ten seconds. In the single image you can put an if the file name of me is then go URL switch case statement. Let us know what it is exactly that you are trying to achieve and I know we can help. Tom On Jul 28, 2005, at 3:34 PM, Eric Chatonet wrote: > Hi Ban, > > Have a look at > http://lists.runrev.com/pipermail/use-revolution/2005-May/057331.html > Nice scripts (as usual :-) by Kim Hurley to get started. > > Le 28 juil. 05 à 18:02, Ban Nguyen a écrit : > >> >> 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 > > > Best Regards from Paris, > > Eric Chatonet. > ---------------------------------------------------------------- > So Smart Software > > For institutions, companies and associations > Built-to-order applications: management, multimedia, internet, etc. > Windows, Mac OS and Linux... With the French touch > > Free plugins and tutorials on my website > ---------------------------------------------------------------- > Web site http://www.sosmartsoftware.com/ > Email [EMAIL PROTECTED]/ > Phone 33 (0)1 43 31 77 62 > Mobile 33 (0)6 20 74 50 86 > ---------------------------------------------------------------- > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > Macintosh PowerBook G-4 OSX 10.3.9, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev 2.6 Advanced Media Group Eagle Works Art & Sculpture Semantic Compaction Systems Prentke Romich Company Prentke Romich International SCIconics, LLC Artist Thomas J McGrath III [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
