Re: slide show questions???

2005-07-12 Thread Eric Chatonet
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

RE: slide show questions???

2005-07-12 Thread Ban Nguyen
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

Re: slide show questions???

2005-07-13 Thread Klaus Major
Hi Ban, 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 -- [ve