Hi Ban,

I really don't know where you have found this weird code ;-)
You might try something like the following you will put in your stack's script:

on openCard
  if the number of this cd = the number of cds then exit to top
  -- slide show is finished
  send NextSlide to me in 2 seconds
end openCard
-----
on NextSlide
  visual effect dissolve -- [very] slow, [very] fast, etc.
  go next cd
end NextSlide

Le 12 juil. 05 à 22:49, Ban Nguyen a écrit :

I am using this code I found from this list:

I create a substack and put this code into it:

"
global the_advancing

on openCard
  send advanceSlide to me in 2 seconds
  global the_advancing
  put the result into the_advancing
end openCard

on advanceSlide
  visual dissolve
  go next cd
end advanceSlide

on mouseUp
  global the_advancing
end mouseUp

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

Reply via email to