Search tutorials
Adding the Drag-Scrollbar and Necessary Trigger (cont.)
Step 2 :
Create a new Movie Clip (the container for scroll drag mc) and rename it to scrollbar. On the first frame, place an instance of Movie Clip scroll drag mc at position x=0 and y=0. Give it the instance name slider. Duplicate frame 1 to frame 2 and frame 3. At frame 2 insert the following actions:
Set Variable: "scrollvalue" = GetProperty ("slider", _y ) / ../:balkheight
Set Variable: "max" = ../:scrolltext.maxscroll
Set Variable: "../:scrolltext.scroll" = Int ((scrollvalue * (max -1)) + 1)
and at frame 3 the same but add to the bottom the action Go to and Play (2) so that it will be
Set Variable: "scrollvalue" = GetProperty ("slider", _y ) / ../:balkheight
Set Variable: "max" = ../:scrolltext.maxscroll
Set Variable: "../:scrolltext.scroll" = Int ((scrollvalue * (max -1)) + 1)
Go to and Play (2)

| » Level Advanced |
|
Added: 2000-12-27 Rating: 8 Votes: 189 |
| » 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 (109 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!