Hi 'yall,
Just got flash mx and done a 1 day lesson:) They say a little knowledge is a dangerous thing, and right now I believe them !
I have a text box, into which loads text from a simple .txt file.
I have two buttons.
I can apply the scroll action and move the text up or down in multiples of lines, eg:
on (rollOver) {
text1.scroll +=1;
}
But how do make the text continually scroll (until reaches end or begining lines) when the buttons are moused over, instead of having to continually rollover the button to get the effect?
I would like to not hand code anything at this stage as my head is already hurting, so hopefully there is a neat action in mx I can use?
Any help for this hopeless beginner would be very much appreciated. Hopefully you guys can still recall what it was like to be flailing around like me, and help
Thanks.