|
|
#1 (permalink) |
|
Junior Member
Join Date: May 2008
Posts: 1
|
Hi,
Is there a way to control the speed of the scrolling on the Image vertical menu? It's ok when you have low items but when you have 100+ items it scrolls too fast. Please advise on a way to control the speed of the vertical scrolling speed. Kind regards Pureoption |
|
|
|
|
|
#2 (permalink) |
|
OYXLUSFlash.com Staff Member
|
Hello,
The Image VM has certain limitations when it comes to a large number of items and a small viewport. The viewport is the rectangular area (mask) that shows parts of the list when you move your mouse. Open ScrollingList.as file Here search for a block of code like: Code:
Lst.onEnterFrame = function() {
if (Math.abs(this._y-ypos)<1) {
delete this.onEnterFrame;
this._y = ypos;
}
this._y += (ypos-this._y)/6;
};
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 10:24 PM.








Linear Mode
