Moo image switcher - non loop

Hi,

is there a way to prevent the ‘moo Image switcher’ looping?

I want it to go through all the images and then ‘pause/stop on last slide’

I’m guessing I need to add some code to the outputing Javascript file. I turned ‘pause on hover’ to see if I could manipulate the code somehow but I’m unsure of what I need to change.

Any ideas?

thanks
Scott


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can you post a link to the running code? It’s hard to say from here, since I’ve never used that kit. Moo is very similar to Prototype, since it forked off of Prototype several years ago. I should be able to spot what’s going on.

Walter

On May 17, 2012, at 9:15 AM, Scott Crundwell wrote:

Hi,

is there a way to prevent the ‘moo Image switcher’ looping?

I want it to go through all the images and then ‘pause/stop on last slide’

I’m guessing I need to add some code to the outputing Javascript file. I turned ‘pause on hover’ to see if I could manipulate the code somehow but I’m unsure of what I need to change.

Any ideas?

thanks
Scott


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Exisitng example that currently loops…

http://www.roarimage.com/uploads/psj/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try this. In the fadingslideshow.js, locate these lines:

if (this.nextIter >= this.maxIter)
	this.nextIter = 0;

Replace the second line with

this.pauseCheck = true;

see what happens. It should stop running at that point, I think.

Walter

On May 17, 2012, at 10:22 AM, Scott Crundwell wrote:

Exisitng example that currently loops…

http://www.roarimage.com/uploads/psj/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Lovely. Thanks Waltd.

Legend!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options