Setting up the main text - Movie Clip (cont)
Create a new Movie Clip, give it the name textMC. In the end, this Movie
Clip will be put into a container movie window and will have the part
of the scrollable text (we will use MC textMC placed within MC window
because this way we can easily set the visibility of textMC to 0 when
the person clicks the minimise button, but at the same time still leave the
titelbar visible).
textMC has one layer already, rename it to actions.
In the first frame add the following actions:
balkheight = "80"; windowtext = _root.scrolltext;
With the second action we "transport" the variable scrolltext (which contains our text) from level 0 (_root) to variable windowtext in Movie Clip textMC. The first line of Action Script sets the variable balkheight which will be used to calculate the position of the drag-scroll bar later on
| » Level Intermediate |
|
Added: 2001-01-25 Rating: 8 Votes: 123 |
| » Author |
| Patrick Jansen is a freelance flash-, graphic- and webdesigner. Born in Holland, currently residential in Brazil. Worked for the compagnies Lectric b.v. (www.lectric.nl) and NIC b.v. (www.notenbomer.nl). |
| » Download |
| Download the files used in this tutorial. |
| Download (138 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!