Set of sprites for functioning common UI input controls. These sprites are easily incorporated into any project. Each control populates a global variable. The range slider controls populate low and high global variables. Each control is interactive and supports hover-over and can be disabled. The appearance is controlled by costumes therefore these can be adapted to match the look and feel of your game without changing code logic.
I found more and more that I needed user interactions for information screens or options dialogs. It was getting tedious to code buttons, switches and select-lists again and again with each game. I decided to create a library for my own future use. Perhaps others would benefit as well.