|
 |
|
|
|
|
|
how to position a external movie in main movie.
just some steps to remember
1.Insert a sprite
place a rectangle inside the sprite with the exact same size as the movie you will be loading (width x height)
2. Change the alignment point of the rectangle to top-left.
3. When you have done this position it at X=0, Y=0 in the Sprite (now the top-left corner of the rectangle is in the center of the Sprite.
4. Next step is to go back to main timelineand position the sprite where you want the movie to load (when you have done everything the right way the external movie will be loading at the excact same place youve placed youre rectangle.
5. When evrything works fine just remove the color fill and line fill from the rectangle.
6. Remember when the external movie is loaded into the Sprite - everything else i the sprite is gone
The actions on the Sprite's timeline,
The objects and effects inside the Sprite they will all be replaced by the loaded movie.
:tu
|
|
|
|