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:
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;