Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrolling text box and ability to control movie clips

Status
Not open for further replies.

aamaker

Programmer
Jan 20, 2002
222
US
I have a scrolling text box in my newly created movie... I am intrested in controlling a movie clip from specific words/links in this text body.

I cant figure it out though.

Heres the tutorial on scrolling text I used.



Heres the code Im using in a frame action that I'd also need to be (somehow) triggered via a link in the scrolling text box:

Code:
_root.createEmptyMovieClip("container", 2);
loadMovie("video/video_test.swf", "container");
container._x = 660;
container._y = 61;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top