[size=1]Hi.[/size]
[size=1]I’m currently working on a flash website. But to go downward/down with the scroll, you have to push the thumb/button, how do i make a code, so i only have too get the mouse over the thumb/button and then it would [color=black]automatically [/color][/size]
[size=1]scroll down… ?[/size]
[size=1](Sorry for my english…) [/size]
[size=1]The code I use now is: [/size]
[size=1]
[/size][size=1]on (release) {[/size]
[size=1]scrolltext.scroll -= 1;[/size]
[size=1]}[/size]
[size=1]
[/size]