DirectSlider Help

Just use a global variable?

global arrowspeed
arrowspeed = self.speedSlider['value']

For my game I’m using a global dictionary full of config variables.
This way it’s easier to load/save everything from/to a file.
In the menu you can change the values in the dictionary (I have a DirectSlider for Audio Volume) and either let these changes be temporary or save them permanently to the config file.