Mouse scroll

Hi,

Sorry for the immature topic thing…

I have this pressing issue.

I have a dynamic textfield that scales according to the amount of text and dimensions of the set textfield by percentage.

Everything works great except I am unable to link mousescroll functions to the scrollbar.

I am currently working on making the mouse scroll wheel function in as2, perhaps to set the function to the up and down arrow.

I will consider this… any advice? Does anyone know how to attribute mouse wheel scrolling to a coded textfield? it’s not the UI scroll bar, it’s dynamic but it’s very simple. There is a math function within the code that simply scales the font and spacing in accordance to the amount of text inputed and available dimensions.

Lemme know yo!

(Thanks~)

MonkeyBoy Johnny

I got it from this neat post:

and uh… if it doesn’t work I’ll just UIscrollbar it.

Anyone aware of a concise fix that doesn’t require me to reformat the text on my page?

Here we go, this info on the scroll and mousewheel events should be of some good use for you.