Can anyone tell me how to have scrolling text without using the timeline to make the text move?
It's something to do with on rollover root_text and incrementing the y postion of the text I think.
Then I'll need to stop it on rollout.
Any ideas welcome please.
Thanks hinacup
I've now managed the scrolling without timeline. Great!
What I now want to do is slow down the scrolling. I've tried replacing ++ with + "number" and +-= "number" but it just seems to increase the speed.
I think I need to put in a variable for speed but I don't know how or where.
Any ideas?