Take a look at one of the cfb_logic loops and you'll see why:

Let's check out line 2 of the code first. All that this "setProperty" action does is change the _y (vertical) value of scroll_shape to its current value minus 1 pixel. Since the updated value will be 1 pixel less than the previous value, scroll_shape will move up along the _y axis (remember scrolling down increases the _y value of scroll_shape). Here's the trick though; all this action does is move scroll_shape, and it doesn't DIRECTLY affect var_mc. However, since the scroll button's "on (press)" handler triggers the (scroll_)logic loop in addition this cfb_logic, loop, the drag loop will move var_mc for us. This is what I meant by harnessing the power of the ActionScript we already have written.
| » Level Intermediate |
|
Added: 2000-12-08 Rating: 8 Votes: 94 |
| » Author |
| Me Like Flash 5. Flash 4 good. Flash 5 better. |
| » Download |
| Download the files used in this tutorial. |
| Download (229 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!