You can change the menu scrolling speed by editing data\Menu\menu_1024_768.ini
Near the top is the entry -
[Settings]
SlidingSpeed=200;pixels per second
I find a value of 600 works nicely. Hope that`s what you were after.
btw in the same file you can move the left hand sliding menu out of sight (until you mouse over the left edge of the screen) this way -
Look for the following section, [G3F I21], and change the Pos= and HorizSlide= lines as follows:
OLD VERSION:
[G3F I21]
Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=-1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-30
NEW VERSION: (note Pos=1 instead of Pos=-1 and HorizSlide=-56)
[G3F I21]
Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-56
|