CS4: Looping MovieClip Resets Everytime The Playhead Reaches A Shape Tween Mask Keyframe?

Sep 16, 2009

I'm having issues with something I used to do all the time in previous version of Flash.On my Main Timeline I have a "looping" MovieClip (myArrows_mc). This MovieClip's timeline just has some simple animation,for instance some arrows that run across screen.There are no stop() actions, so once the playhead reaches the end of the MovieClip's timeline, it just goes back frame 1 and plays again.
 
Now I want to animate a simple shape Mask over top of the MovieClip. However, everytime the playhead gets to a keyframe in the Mask Layer, the MovieClip getting masked goes back to frame 1 and plays.
 
In other words, let's say myArrows_mc has 100 frames of arrow animation. On the Mask layer, I have tweened a simple oval shape from 1 side of the stage to the other. The shape tween has keyframes at frame 1, 50, and 64.
 
When I test the movie, everything looks fine (the arrows are looping) until the playhead reaches frame 50. Then the myArrows_mc, even though it hasn't reached the end of the arrows animation (frame 100), goes back to frame 1 and plays. Then when the main playhead reaches 64, myArrows_mc again resets to frame 1 and plays.
 
How can I animate a Mask over a MovieClip (not a Graphic) at authortime?Also, I need the Mask to be either a shape/motion tween or a graphic... it can't be it's own MovieClip, because I need to keep it "tied" to the Main Timeline.

View 4 Replies


Similar Posts:


Flash :: Professional - Make A Motion Tween - Mask Effect And Shape Tween With A Website?

Nov 11, 2011

I will have three seperate pages for the motion tween, mask effect and shape tween... would you make the seperately, in a different scene, as a symbol or on the same scene with the website.

View 2 Replies

ActionScript 3.0 :: Animated Mask (shape Tween) Triggering Masssive CPU Usage?

Jul 19, 2011

I have a site that is fairly complex, but was using a massive amount of CPU power, even when sitting idle on a page with no animations. I went through everything with a fine toothed comb, and couldn't find the culprit.So I just started removing layers one by one, until I found the one causing the problem.

Turns out it was a layer with an animated mask. I have a large black recatangle, that I converted to a mask, and then used a shape tween on it. Once that was triggered. The CPU usage went up 65-75%. Even when the movie was stopped on a frame that that mask didn't exist on. Once it was triggered, the rest of the time you are on the site the CPU usage is through the roof. I can do to fix that. Is there some other way I should build an animated mask?

View 9 Replies

ActionScript 3.0 :: MovieClip Button: Shape Tween Vs Motion Tween

May 1, 2009

my movieclip button was working perfectly as a motion tween. Can you use shape tweens as movie clip buttons? I just made that change, and kept my code:

[Code]....

View 1 Replies

Flash Freezing When Playhead Reaches End Of Timeline

May 19, 2009

I have a piece of code like a the end of a timeline, most usually looping back to frame one or a stop() if I let the playhead play through to this frame then flash will freeze!

View 1 Replies

Professional :: Shape Tween To MovieClip Again

Nov 7, 2009

Hi;I have a shape tween between 5 different drawings that I want to convert to a mc. How do I do this?

View 3 Replies

Professional :: Reshape The First Shape Of MovieClip Through A Tween?

Apr 21, 2010

I create a shape with Pen Tool and convert it to MovieClip.now i want to reshape the first shape through a tween.I can't use Subselection tool.

View 3 Replies

ActionScript 3.0 :: Shape.mask=mc.mask In As File Not Working

Apr 8, 2010

ive gotten one movie clip to mask another in the actions frame but i cant seem to be able to mask the flames which are a shape with a movieclip in this as file. im not getting any errors but the mask isnt covering anything look near the bottom at s.mask=mask_mc; there are about 20 "s" shapes spawning per second if that has anything to do with it

Code:
//this package turns an mc into a flaming button that calls a javascript function
package
{
import flash.display.MovieClip;

[Code].....

View 3 Replies

ActionScript 2.0 :: Motion Tween With Fade - MovieClip As Mask

Dec 22, 2003

I have a movie clip that is a motion tween with a shape with fade... Now I want to put this mc as a mask .. and showing a part of an image with lot of this mc's. I know that I have to use duplicate movie clip, but the mc as mask isn't working.

View 2 Replies

Professional :: Editing A Shape Tween Nested In A Motion Tween In CS4?

Jan 25, 2010

I am facing a problem in one of my animation with flash CS4 - I have nested a Shape Tween in a Motion tween to get more control over the easers and effects, unfortunately I am not able to view on the timeline of my Motion Tween the action of the Shape tween nested inside.
 
It only show the first shape of the Shape Tween during the entire Motion Tween and that is really a problem for me because I need to see the final frame result of that Shape tween to be able to position it in a precise way on my scene according to other instances.

[Code]..

View 1 Replies

ActionScript 3 :: Flash CS5 - Mask With Keyframe Prevent Bitmap Loading

Feb 12, 2012

I have a Flash app that loads a PNG as a bitmap and adds it to a MovieClip instance called test_mc on the stage. test_mc contains a placeholder clip that we hide after adding the bitmap. E.g
test_mc.addChild(bmp);
test_mc.placeholder.visible=0;
This works fine. I then move the MovieClip around the stage in the timeline with a lot of keyframes. This works fine.

I then add a layer, called layer_mask, above the layer with the movieclip on. I create a shape on layer_mask and set layer_mask to mask the movieclip's layer. This still works fine. Now I add a keyframe in layer_mask. This stops working. The bmp is no longer loaded into the movieclip, and the placeholder is no longer hidden. The bitmap is actually loaded in and displayed correctly until the keyframe in the mask is hit, at which point it reverts to displaying the placeholder without the loaded bitmap.

View 1 Replies

Changing Motion Tween Keyframe In CS4?

Jul 16, 2009

I'm sure this is a ridiculously simple question, but it's one that's giving me a ton of trouble. I just switched to CS4 and cannot seem to figure out how to insert more time between motion tween keyframes. Basically, i have a motion tween that starts on frame 30 and has a property keyframe at 35 and 40. I want to move the keyframe to 36 and keep the other at 40. It seems so simple and used to be. I used to just be able to select the keyframe and drag it to the position I want.

View 4 Replies

Move A Keyframe From A Motion Tween In Flash CS4?

Jul 9, 2009

I understand that motion tween is a new form of tween in CS 4 however  I am unable to move a keyframe within the time line? am I missing something? I would hope I could select the keyframe (diamond  shape) and move it around the timeline but apprently Im missing something.. I am not able to do a cut and copy either... is this normal behavior?

Attachments:
key.jpg
(17.3 K)

View 8 Replies

ActionScript 3.0 :: Draw The Shape Of A Existing Movieclip Which Is Irregular Shape?

Oct 11, 2011

need to draw the shape of a existing movieclip which is irregular shape.

View 2 Replies

ActionScript 3.0 :: Draw The Shape Of A Existing Movieclip Which Is Irregular Shape

Oct 11, 2011

need to draw the shape of a existing movieclip which is irregular shape.

View 1 Replies

Mask Multiple Shape Tweens?

May 18, 2011

I'm trying to mask multiple shape tweens for a slideshow animation I'm working on. (the transition would look just like the main animation on this page url...)

Everything works fine when I'm only masking/tweening one shape. But as soon as I add a few more dquares to the mix everything goes to hell. Can someone tell me the most efficient way to have multiple shapes tweening, while masking an image underneath them?

View 2 Replies

Can't Create A Motion Tween When I Insert Keyframe In Frame 28

Jun 12, 2009

How do you create a motion tween when I insert keyframe in frame 28 then I click on the object and create motion tween but when i click in 60 to insert keyframe I get opition of position, scale, skew, rotate ect. I just want to insert keyframe. What am I doing wrong?

View 4 Replies

Professional :: Moving A Keyframe Within A Motion Tween Span?

Feb 7, 2010

I have created a motion tween to fade in a symbol on the stage. I have set a there is a diamond keyframe marker at the point where the alpha of the symbol goes to 100%. I want to be able to drag that marker to a later point on the motion tween span (not sure if I have my terminology right here) but I find that I cannot -- I have to delete the keyframe and recreate it at the point where I want it.

View 1 Replies

Professional :: Copy Motion Tween Properties For Keyframe?

Dec 16, 2010

Is there no way to do this from the timeline? I have a layer on the timeline with a MovieClip.  It's set for motion tweening.  On Frame 30 it has a keyframe for all tween properties ( rotation, scale, position, etc ).I want to copy those and set them on frame 1 using the Timeline editor.

View 3 Replies

Create A Slow Motion Tween Within A Limited Keyframe?

Dec 23, 2010

Is there any ways to create a slow motion tween within a limited keyframe?

View 1 Replies

Professional :: How To Insert Normal Keyframe After Motion Tween

May 1, 2011

Everytime I want to insert frames or keyframes after a tween, from whereon the object should rest, it is just enlarging my tween. How can I finish the tween and go on with normal keyframes and frames?

View 5 Replies

ActionScript 1/2 :: Shape Colliding Another Shape, Not The Rectangleof A Movieclip?

Jul 9, 2009

Id like to know if there is a way to do a shape hitTest.Not as the normal hitTest would do, but shape colliding another shape, not the rectangleof a movieclip.It can be in a movieclip.

View 23 Replies

Flash :: Shows Mask Shape Instead Of Masking?

Jun 2, 2009

I'm making some banner ads. They work great on my staging site seen here:But they do not work great on my client's staging site. You can see that the masks are shown and there is flickering throughout:on how to solve this?I'm an expert-level user when it comes to creating artwork and doing timeline animation in Flash CS3.

View 2 Replies

Professional :: Motion Tween Path On Stage For Keyframe Display

Mar 21, 2011

I have motion tween of 100 frames. The motion tween path on the stage shows me Keyframes at every 5 frames i.e. it shows keyframe of 5,10,15,20 and so on till 100. No issues with that at all. But when trying to motion tween the duration to 99 frame or even lesser the entire motion tween path shows me each and every Keyframe on the stage which becomes so cumbersome to handle as then I have to manage all the keyframes on the stage. Whereas, when it is 100(just a frame more) it starts showing a different display. How can I have to same display if I were to reduce the motion tween to 99 or less, in that instance it is much easier to ease the frames in my animation. Is there any setting which controls this? I am using Flash Professional CS5.0

View 2 Replies

Professional :: Key Frames Disappearing In Shape Tweened Mask?

Mar 28, 2010

why my key frames are disappearing when i turn my shape tween into a mask. I have shape tweened a mask ontop of a tree branch and all the frames are there as a plain shape tween, but when i turn that layer on as a mask the key frames go blank..

View 3 Replies

ActionScript 2.0 :: Using Drawing API Shape To Mask Another Movie Clip?

Nov 16, 2006

I have a movieclip that contains code for an API drawing shape. I can use it to mask a movieclip containing an image but not a moviclip that contains a dynamic gradient.

Code:
// CREATE MASK SHAPE WITH DRAWING API
// create empty movieclip

[code].....

View 3 Replies

ActionScript 2.0 :: Get A Movieclip Within A Movieclip To Stop Playing When It Reaches Its Last Frame

Nov 20, 2007

i'm trying to get a movieclip within a movieclip to stop playing when it reaches its last frame. let me describe my problem: it should start playing when the user rolls over the movieclip that is containing it(i'll call this mc1, and the movieclip within it mc2). i've put a stop action in mc2's last frame but it won't stop and plays again and again. one thing i should point out is that there is a variable in mc1 that tells the movie whether it's ok to play the movie in reverse when the user rolls over mc1, if this is false, that means that it plays normally(not in reverse). i'm using "play()" to play mc1 when the user rolls over it and this is where i think the problem is; even though the last frame of mc2 has a stop action, it is somehow told to play again? anyways, this is just a guess, i haven't figured out why or how to fix it. i'm not sure if my explanation was too hard to understand so i'll try to clarify it if anyone wants me to.

View 1 Replies

ActionScript 3.0 :: Drawing Pill Shape Mask - Cannot Adjust Linestyle

Aug 31, 2011

I'm trying to draw a mask that's a pill shape but I can't seem to adjust the linestyle properly.
Code:
import flash.display.Sprite;
var pill:Sprite = new Sprite();
pill.graphics.beginFill(0xFF0000,1);
pill.graphics.lineStyle(1,0x000000,1,false,"normal","round","round");
pill.graphics.moveTo(0,6);
[Code] .....

View 3 Replies

ActionScript 3.0 :: Import The Sound To The "up" Keyframe And Choose Loop In The Properties It Keeps Looping Until The End Of Time

Oct 30, 2011

what i'd like to do is create a button, and loop sounds in the "up" state of that button. the only problem is, that if i import the sound to the "up" keyframe and choose loop in the properties it keeps looping until the end of time. what i'd like though is it looping just in the event of the mouse being in the buttons' area. what should i do?

View 6 Replies

Web Development :: Save Cropped Image From Custom Shape Mask Action Script 3?

Jun 3, 2011

I've managed to draw a custom shape onto a canvas and use that shape as a mask over an image. Is there anyway possible to crop the image and save it out in the custom shape?making whatever is outside the shape transparent? The only image cropping i can find is using rectangles, whereas i need a polygon shape.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved