#1 (permalink)  
Old 06-18-2008, 12:39 PM
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default Speed of Thumbnail Scroll

How to set the speed of Vertical Thumbnail scroll on mouse move
Reply With Quote
  #2 (permalink)  
Old 06-21-2008, 12:18 AM
OXYLUS Staff
 
Join Date: May 2008
Posts: 162
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by nstindia View Post
How to set the speed of Vertical Thumbnail scroll on mouse move
Hello, in order to change the scrolling speed you must go to list.as line 57 ( this._y += (ypos-this._y)/3; ) and change the last parameter:

this._y += (ypos-this._y)/2; ->fast
this._y += (ypos-this._y)/15; ->slow

Reply With Quote
  #3 (permalink)  
Old 07-01-2008, 05:05 AM
Junior Member
 
Join Date: Jul 2008
Posts: 17
Default

I have 100+ pictures. I adjusted that line to 15 and I also tried it at 25 but it doesn't seem to slow down.
Reply With Quote
  #4 (permalink)  
Old 07-04-2008, 12:44 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 162
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by snapchris View Post
I have 100+ pictures. I adjusted that line to 15 and I also tried it at 25 but it doesn't seem to slow down.
That should work, there must be something you are doing wrong... you could also try a higher value... like 50--60---70
Reply With Quote
  #5 (permalink)  
Old 07-11-2008, 08:20 PM
Junior Member
 
Join Date: Jul 2008
Posts: 17
Default

I tried 5000 and it did not work.
Reply With Quote
  #6 (permalink)  
Old 07-18-2008, 10:50 PM
Junior Member
 
Join Date: Jul 2008
Posts: 1
Default Scroller speed

the scroller speed requires some adjustment, preferably slower.
Attempted various changes to the following code without success.

this._y += (ypos-this._y)/2;
this._y += (ypos-this._y)/15;

Any help?

Thx!
Reply With Quote
  #7 (permalink)  
Old 07-20-2008, 05:07 AM
Junior Member
 
Join Date: Jul 2008
Posts: 17
Default

after you adjust the code, open up index.fla in flash and export movie index.swf and over right. that is the only way I got it to work.
Reply With Quote
  #8 (permalink)  
Old 10-14-2008, 07:11 PM
Junior Member
 
Join Date: Oct 2008
Posts: 5
Default

The speed worked for me but when I change the speed to 100, the speed seems to slow down dramatically at the beginning and the end of the picture thumbs. Is there a way to make the speed consistent throughout?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.