Here are two new actions.
1) Mouse Wheel Scroll Event - Sends an event when the mouse wheel is scrolled upwards or downwards (with a threshold setting you can modify how sensitive it is)
2) Mouse Wheel Cycle Array - Cycles an array of items. Sends the front item to the back of the list, while scrolling up. or sends the back item to the front of the list when scrolling down.