Razzar
Newbie
Posts: 1
Registered: 1/16/2008
Member Is Offline
|
| posted on 1/16/2008 at 08:09 PM |
|
|
On Demand Feature
Hi and many thanks for a nice script. I have in mind using this script for an art gallery feature, but have a few questions. Here goes.
I've got it working and altered it a little bit to react on 'onclick' instead of reacting on button/image 'hover'. Here is what I wan't.
I want it to only react on mouseclicks on the arrowbuttons only. I click once on one of the arrowbuttons and it goes to the next image, then stops
completely. If I click again (on either arrowbutton), it does the very same, then stops completely. And I wan't to disable it from reacting by
anything else. How can I do this?
Hope someone can help :-)
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/4/2008 at 05:17 PM |
|
|
This would require some modifications to the scroller's core code.
The shortest way to achieve that is to:
- use scroller in autoscroll mode
- add buttons starting/resuming the scrolling in corresponding direction
- when edge of the scroller item is reached the scroller should pause itself
You're very welcome to share your customized version if it is based on free product.
Feel free to contact us if you have questions about the implementation of the script.
|
|
|