View Full Version : How do you make scrolling text?
RetroGamer1991
10-28-2001, 05:14 PM
When the user presses the button it scrolls once or what ever the specified scroll amount is. But I'd like for it to scroll as long as the user has the button down, yet flash only detects the button action once, which is the problem. Anyone know how to do this?
I've tried doing this like 10 different ways and still cannot get it to work. :(
Please help.
cao825
10-28-2001, 07:29 PM
I am sure that you can find the answer to your question on http://www.flashkit.com . Good Luck!
whkoh
10-29-2001, 02:11 AM
http://www.macromedia.com/support/flash/ts/documents/scroll_text.htm
site builder
11-24-2003, 04:54 PM
i want to make a news section on my site but i want the text to auto scroll does any one know the java script for it? or if it is even a java script.... thanks
pika!
11-27-2003, 12:51 AM
use an iframe. its like a text area with a frame in it useful for a long news document. the code is easy too.
just where you want the news type.
<iframe src=newscontent.html height = 500 width =100>
the newscontent.html is a seperate file where you keep all the news.
pika!
11-27-2003, 02:16 AM
Originally posted by site builder
i want to make a news section on my site but i want the text to auto scroll does any one know the java script for it? or if it is even a java script.... thanks
try an iframe they work well.
<iframe = newscontent.html height=500 width=100>
DarkStreetDev
11-27-2003, 10:55 PM
Originally posted by site builder
i want to make a news section on my site but i want the text to auto scroll does any one know the java script for it? or if it is even a java script.... thanks
Check out http://javascriptsource.com
As for the Flash text: create another clip with a couple frames. On frame one add a hitTest action that checks of the mouse is on the button. This will then be checked every x number of frames.
select the text icon.. then dynamic text in the properties.. also select multiline textthen
using the mouse create a text box to the size you require the text field..
Then
click on components and drag in a scroll bar.....
Very simple.. all on the same layer.... after that just type
ping (http://reversemonster.com/ping/flashver/index.html)
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.