Hey Konkor,
You could use something like a tiled background object for the highlighting. Just make the box big enough to cover your text and set it to visible when you make your text show up.
I am not sure if the scroll wheel is supported to be honest I havent tried it. But you could change the highlighting objects position on the screen when the mouse is overlapping each of the text boxes.
For the mouse states, you want to have opposite conditions programmed (which you do by right clicking a condition like "is overlapping" and select invert). One for Cursor is overlapping text (and text is visible) = Use this cursor And one to check if the cursor isnt overlapping the same object = Use that cursor.
Alternatively, if you wanted the mouse state to always be a hand for instance when the text boxes are visible, you could add an instance variable and check that instead of checking if the mouse is overlapping.
So many different ways of doing the same thing. It's awesome.
Hope that helps.