x_mouse = _root._xmouse; y_mouse = _root._ymouse; if ((x_mouse>= 0) and (x_mouse <=545)) {
_root.navigation.gotoandstop(Math.round (x_mouse/4)); } Now return to the navigation movie timeline, drag
an instance of the actionscript movie clip you just created to the
actionscript layer. Now if you preview the movie it will drag the mask
across the two pictures and reveal the colour one through the black and
white one. Make sure that the actionscript layer has frames inserted all
the way to the final frame of the navigation movie otherwise it wont
work. Finally add a stop action to the first frame of the actionscript
layer to stop the navigation movie from playing when first loaded.
| » Level Intermediate |
|
Added: 2001-03-02 Rating: 5.93 Votes: 151 |
| » Author |
| No details available. |
| » Download |
| Download the files used in this tutorial. |
| Download (0 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!