…how to make the scrollpane component scroll using the mouse. I am loading a movie clip inside the scrollpane and i need the mouse to be able to scroll it instead of just using the scrollbar.
i think in your txt_mc add a back ground …then it sould scroll without the 'arrows" on the scrollpane …cheers
cheers timothye, but thats not what im looking for. i have an mc with a background bigger then the viewable area of the scrollpane and i can use the scrollbar and arrows to move it around in the pane so u can see it all.
Is the anyway i could make it use the scroller on the mouse to make it go up and down so u can see it all???
better titles please!
try this:
[AS] wheelMover = new Object();
wheelMover.onMouseWheel = function(mover){
//insert actions for scrollpane here
}
Mouse.addListener(wheelMover);
[/AS]
cheers eyezberg sorry about the bad title.
what actions would i put in the function to make a mc scroll up and down???
Woops, this is MX…
try to check someof these links:
http://www.octaneinteractive.com/blog/displayDesc.asp?id=8
http://tribal.tk/
http://www.j3r.com/j3r.asp
http://www.philterdesign.com/blog/archives/000015.html
j3r is cool!
IE6 only tho’…