Placing The Pictures
Step two: Putting the pictures
in their place
Now it's safe to import your image. Import it into a new movie clip
and position it with its leftmost side lined up with the left edge of
the screen after you've scrolled as far left as you can. If you place
it any farther to the left than this, it may appear as a blurred patch
of muck after you export your movie. I don't know exactly why this is,
but I presume it's because the x-value of the left edge is more negative
a number than Flash normally likes to work with.
Now that you've created your image movie clip, place two copies of it on the main timeline. Be sure to name both instances of the movie clip (mine are movie1 and movie2 - see above). Position one vertically on the stage where it should be. It doesn't matter where the second one is, because you will have to position it relative to the position of the first anyway, using an actionscript command at the beginning of your movie. It should be something like this (again, changing 3557 for the exact width of your image):
Set Property ("/movie2", X Position) = GetProperty("/movie1", _x) + 3557
Set Property ("/movie2", Y Position) = GetProperty("/movie1", _y)
| » Level Intermediate |
|
Added: 2000-03-16 Rating: 7 Votes: 239 |
| » Author |
| No Information Given |
| » Download |
| Download the files used in this tutorial. |
| Download (547 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!