all groups > macromedia flash sitedesign > november 2004 >
You're in the

macromedia flash sitedesign

group:

How to create a movie clip with animated mask


How to create a movie clip with animated mask kadesigns1
11/30/2004 11:17:18 PM
macromedia flash sitedesign:
Is there a way to create a movie clip that has
Re: How to create a movie clip with animated mask Laiverd.COM
12/2/2004 5:24:50 PM
Any version of Flash could accomplish this. Check the manual or the lessons that come with Flash for more? Otherwise be more
specific please.

John

--
---------------------------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
---------------------------------------------------------------------------------------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
---------------------------------------------------------------------------------------

Re: How to create a movie clip with animated mask kadesigns1
12/2/2004 9:01:54 PM
I am trying to create a movie clip that
uses an animated mask that at first
is displayed as a vertical line that expands
outward from side to side, to form a
box that shows the desired jpg. after clicking
a button . I have tried this repeatedly but it
does not work the way it should.
Re: How to create a movie clip with animated mask Laiverd.COM
12/2/2004 11:38:53 PM
1. create a movieclip
2. within create two layers: make sure the first frame remains empty
3. bottom layer holds picture
4. top layer holds mask shape (probably a rectangle with centerpoint in the middle)
5. create motion tween for the masking effect in the top layer
6. turn the top layer with the mask tween into a mask layer
7. make sure the lowest layer has as much frames as the mask layer, and make sure that it is under the mask (check the manual if
necessary)
8. add a stop(); action to the first an the last frame
9 drag the movieclip from the library to the stage (main timeline), and give it the instancename "plop_mc"
10. have a button on the same main time line called "plop_btn"
11. in frame 1 of the main timeline write this

plop_btn.onRelease = function(){
plop_mc.play();
}

That should about cover it. Untested ;-)

John

--
---------------------------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
---------------------------------------------------------------------------------------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
---------------------------------------------------------------------------------------

AddThis Social Bookmark Button