Groups | Blog | Home
all groups > flash actionscript > february 2004 >

flash actionscript : Scrolling Text!! Movie Control


kevspad
2/9/2004 10:40:21 PM
Hell

I have some text controled by a scroll bar however i would like to have links
on there to go to different parts of the flash movie to display pics. How do u
link just Highlighted text within a dynamic scrolling text box

Any suggestions
Jack
2/10/2004 1:08:06 AM
use asfunction

thetext.html=true;
thetext.htmlText="<p align='center'>"+
"<a href='asfunction:goto,2'>Frame2</a>"+
"<br><a href='asfunction:goto,3'>Frame 3</a>";

function goto(param){ gotoAndStop(param); trace(param); };

hth


[quoted text, click to view]

jr
2/10/2004 1:17:05 PM
here's a tutorial:
http://www.jrdesign.com.au/tutorials/dynamic.html
hope that helps
rgds
jr
[quoted text, click to view]

kevspad
2/10/2004 7:30:16 PM
AddThis Social Bookmark Button